* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
  white-space: inherit !important;
}
a:hover {
  color: #1246a6;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
body {
  color: #474747;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "微软雅黑", arial;
}
@media (max-width: 1200px) {
  body {
    font-size: 0.14rem;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.dw {
  top: -1.7rem;
  z-index: -1;
  position: absolute;
}
html {
  font-size: 100px!important;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 68px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes bmove {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bmove {
  animation-name: bmove;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1023px!important;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 640px!important;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.navPhoneBtn {
  display: flex;
  float: left;
  z-index: 13;
  position: relative;
  line-height: 10px;
  cursor: pointer;
  vertical-align: top;
}
.navPhoneBtn .line {
  width: 0.18rem;
  margin-right: 0.18rem;
}
.navPhoneBtn span {
  display: block;
  width: 0.18rem;
  height: 1px;
  margin-bottom: 0.05rem;
  position: relative;
  background: #1246a6;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 0.2rem;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  left: 0;
  top: -0.03rem;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .navPhoneBtn {
    display: none;
  }
}
.navPhone {
  display: flex;
  float: left;
  z-index: 13;
  display: none;
  position: relative;
  line-height: 10px;
  cursor: pointer;
  vertical-align: top;
}
.navPhone span {
  display: block;
  width: 18px;
  height: 1px;
  margin-bottom: 3px;
  position: relative;
  background: #1246a6;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 0.2rem;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhone span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhone span:last-child {
  margin-bottom: 0;
}
.navPhone.close,
.navPhone.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhone.close span,
.navPhone.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhone.close span:nth-last-child(3),
.navPhone.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhone.close span:nth-last-child(2),
.navPhone.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhone.close span:last-child,
.navPhone.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .navPhone {
    display: block;
  }
}
.topheader {
  color: #777777;
  line-height: 0.5rem;
  border-bottom: solid 1px #dedede;
}
.topheader .container {
  max-width: 17.4rem;
}
.topheader .logo {
  display: inline-block;
}
.topheader .logo img {
  max-height: 0.52rem;
}
.topheader .right {
  float: right;
}
.topheader .right img {
  margin-right: 0.05rem;
  margin-bottom: 0.02rem;
  max-height: 0.2rem;
  vertical-align: middle;
}
.topheader .right span {
  padding-right: 0.2rem;
  display: inline-block;
}
.topheader .right span.tel {
  color: #f00;
}
.topheader .login {
  margin-top: 0.06rem;
  vertical-align: top;
  height: 0.4rem;
  padding-right: 0;
  padding: 0 0.2rem;
  line-height: 0.36rem;
  background: #e3e8f5;
  border-radius: 0.3rem;
}
@media (max-width: 1023px) {
  .topheader {
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
  }
  .topheader .logo {
    margin-top: 10px;
  }
  .topheader .logo img {
    max-height: 40px;
  }
  .topheader .right {
    margin-top: 17px;
  }
  .topheader .right span {
    display: none;
    padding-right: 0;
  }
  .topheader .right .login {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: transparent;
  }
  .topheader .right img {
    max-height: 20px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
}
.dl-header {
  color: rgba(255, 255, 255, 0.7);
  background: #3f4045;
  border-color: #3f4045;
}
.dl-header .tigs {
  font-size: 0.14rem;
}
.dl-header a {
  color: rgba(255, 255, 255, 0.7);
}
.dl-header a:hover {
  color: #fff;
}
.header {
  width: 100%;
  height: 0.72rem;
  line-height: 0.72rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.13);
  background: linear-gradient(to right, #2c95d2, #082d86);
}
.header .container {
  display: flex;
  max-width: 17.4rem;
}
.header .nav {
  width: 68%;
  font-size: 0.18rem;
}
@media (max-width: 1200px) {
  .header .nav {
    font-size: 0.14rem;
  }
}
@media (max-width: 1023px) {
  .header {
    display: none;
  }
  .header .nav {
    font-size: 14px;
  }
}
.header .nav ul {
  display: flex;
}
.header .nav li {
  padding: 0 0.25rem;
  position: relative;
}
.header .nav li:after {
  content: "";
  left: 50%;
  opacity: 0;
  z-index: 10;
  bottom: -0.08rem;
  position: absolute;
  transform: translateX(-50%);
  border-top: solid 0.1rem #2eb5c1;
  border-right: solid 0.1rem transparent;
  border-left: solid 0.1rem transparent;
}
.header .nav li a {
  color: #fff;
  font-weight: 700;
  display: block;
}
.header .nav li img {
  opacity: 0.5;
  margin-right: 0.05rem;
  max-height: 0.2rem;
  margin-bottom: 0.04rem;
  vertical-align: middle;
}
.header .nav li i {
  color: #fff;
  width: 0.08rem;
  height: 0.08rem;
  margin-bottom: 0.02rem;
  font-style: normal;
  margin-left: 0.1rem;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}
.header .nav li:hover,
.header .nav .active {
  background: #2eb5c1;
}
.header .nav li:hover:after,
.header .nav .active:after {
  opacity: 1;
}
.header .subnav {
  left: 0;
  z-index: 9;
  top: 0.72rem;
  min-width: 100vw;
  position: absolute;
  display: none;
}
.bg {
  overflow: hidden;
}
.bg-index {
  overflow: hidden;
  margin-top: 1.22rem;
}
.header .subnav .box {
  display: flex;
  flex-wrap: nowrap;
  min-height: 100%;
}
.header .subnav .item {
  min-height: 100%;
  padding: 0.2rem 0.3rem;
  border-left: dotted 1px #ccc;
  background: linear-gradient(to bottom, #e7f2ff, #ffffff);
  background: #fff;
}
.header .subnav span {
  display: block;
  margin-bottom: 0.1rem;
}
.header .subnav a {
  color: #333!important;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: normal!important;
}
.header .subnav a:hover {
  color: #1246a6 !important;
}
.header .subnav img {
  margin-left: 0.1rem;
  opacity: 1!important;
  margin-bottom: 0!important;
  margin-right: 0!important;
  max-height: 0.15rem !important;
}
.header .subnav .hot a {
  font-weight: 700!important;
}
.header .submenu {
  width: 32%;
  border-left: solid 1px rgba(129, 192, 250, 0.36);
}
.header .submenu a {
  color: #fff;
  padding-left: 0.4rem;
}
.header .submenu a:hover {
  text-decoration: underline;
}
.header .submenu img {
  margin-top: 0.15rem;
  max-height: 0.12rem;
}
.dl-header-2 {
  height: 0.65rem;
  line-height: 0.64rem;
  background: #fff!important;
}
.dl-header-2 .nav li a {
  color: #333;
}
.dl-header-2 .nav li img {
  opacity: 1;
}
.dl-header-2 .nav li:hover {
  background: #1246a6;
}
.dl-header-2 .nav li:hover a {
  color: #fff;
}
.dl-header-2 .nav li:hover img {
  opacity: 0.4;
}
.dl-header-2 .submenu {
  border: 0;
  position: relative;
}
.dl-header-2 .submenu:before {
  content: "";
  height: 18px;
  width: 1px;
  left: 0;
  top: 50%;
  position: absolute;
  background: #bcc2ce;
  transform: translateY(-50%);
}
.dl-header-2 .submenu a {
  color: #333;
}
.dl-header-2 .subnav {
  top: 0.65rem;
}
.dl-search {
  padding-top: 0.05rem;
}
.dl-search .container {
  max-width: 17.4rem;
}
.dl-search .logo img {
  max-height: 0.6rem;
}
.dl-search .tabcot {
  float: right;
  height: 0.5rem;
  background: #fff;
  max-width: 7rem;
  width: 100%;
  margin-top: 5px;
  z-index: 3;
  position: relative;
  border-radius: 0.05rem;
  border: solid 1px #396eb1;
}
.dl-search .iselect {
  width: 14%;
  float: left;
  cursor: pointer;
  position: relative;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.14rem;
}
.dl-search .iselect img {
  vertical-align: middle;
  transition: all 334ms ease;
}
.dl-search .iselect .drop {
  display: none;
  background: #fff;
  line-height: 0.4rem;
}
.dl-search .iselect .drop li:hover {
  color: #1246a6;
  background: #f8f8f8;
}
.dl-search .iselect:hover .drop {
  display: block;
}
.dl-search .iselect:hover img {
  transform: rotate(180deg);
}
.dl-search .input1 {
  width: 45%;
  border: 0;
  float: left;
  color: #c1c1c1;
  position: relative;
}
.dl-search .input1:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  height: 0.17rem;
  background: #e2e2e2;
  position: absolute;
  transform: translateY(-50%);
}
.dl-search .input1 input {
  width: 100%;
  border: 0;
  color: #666;
  line-height: 0.48rem;
  padding: 0rem 0.13rem;
  font-family: "微软雅黑";
}
.dl-search .tag {
  width: 28%;
  float: left;
  margin-top: 0.1rem;
}
.dl-search .tag span {
  color: #999;
  float: left;
  margin: 0 0.05rem;
  text-align: center;
  height: 0.26rem;
  width: 0.8rem;
  padding: 0 0.05rem;
  border-radius: 0.3rem;
  line-height: 0.26rem;
  font-size: 0.12rem;
  background: #e6ebf1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.dl-search .btn [type="button"] {
  border: 0;
  color: #fff;
  float: right;
  line-height: 0.48rem;
  height: 0.48rem;
  text-align: center;
  min-width: 0.9rem;
  font-size: 0.18rem;
  padding-left: 0.3rem;
  border-top-right-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  background: url(../images/search.png) no-repeat 0.2rem center #1246a6;
}
@media (max-width: 1023px) {
  .dl-search {
    padding-top: 110px;
  }
  .dl-search .title {
    font-size: 24px;
    line-height: 30px;
  }
  .dl-search .text {
    font-size: 12px;
    padding-top: 10px;
  }
  .dl-search .tabnav span {
    margin-right: 10px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    min-width: 70px;
  }
  .dl-search .tabcot {
    height: 50px;
  }
  .dl-search .searchbox {
    max-width: 100%;
    margin-top: 30px;
  }
  .dl-search .iselect {
    line-height: 50px;
    font-size: 12px;
    width: 24%;
  }
  .dl-search .input1 {
    width: 50%;
  }
  .dl-search .input1 input {
    line-height: 50px;
    padding: 0 10px;
  }
  .dl-search .tag {
    display: none;
  }
  .dl-search .btn [type="button"] {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    min-width: 80px;
  }
  .dl-search .hots {
    font-size: 14px;
    padding: 15px 0 0px 0;
  }
}
.fixed {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: fixed;
  background: #1246a6 !important;
}
.fixed .nav li a {
  color: #fff;
}
.fixed .submenu a {
  color: #fff;
}
.index-box-1 {
  padding-top: 0.65rem;
}
.index-box-1 .title {
  color: #fff;
  line-height: 0.5rem;
  font-size: 0.42rem;
  text-align: center;
}
.index-box-1 .text {
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.2rem;
}
.index-box-1 .searchbox {
  margin: 0 auto;
  margin-top: 0.5rem;
  max-width: 8rem;
}
.index-box-1 .tabnav {
  color: #fff;
}
.index-box-1 .tabnav span {
  margin-right: 0.3rem;
  text-align: center;
  position: relative;
  line-height: 0.31rem;
  border-radius: 0.05rem;
  display: inline-block;
  min-width: 0.88rem;
  cursor: pointer;
}
.index-box-1 .tabnav span:after {
  content: "";
  left: 50%;
  opacity: 0;
  bottom: -0.06rem;
  position: absolute;
  transform: translateX(-50%);
  border-top: solid 0.06rem #2eb5c1;
  border-right: solid 0.06rem transparent;
  border-left: solid 0.06rem transparent;
}
.index-box-1 .tabnav .cur {
  background: #2eb5c1;
}
.index-box-1 .tabnav .cur:after {
  opacity: 1;
}
.index-box-1 .hots {
  color: #fff;
  font-size: 0.14rem;
  padding: 0.15rem 0 0.4rem 0;
}
.index-box-1 .hots a {
  color: #fff;
}
.index-box-1 .hots a:hover {
  text-decoration: underline;
}
.index-box-1 .tabbox {
  margin-top: 20px;
}
.index-box-1 .tabcot {
  height: 0.56rem;
  background: #fff;
  display: none;
  border-radius: 0.05rem;
}
.index-box-1 .iselect {
  width: 14%;
  float: left;
  cursor: pointer;
  position: relative;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.14rem;
}
.index-box-1 .iselect img {
  vertical-align: middle;
  transition: all 334ms ease;
}
.index-box-1 .iselect .drop {
  display: none;
  background: #fff;
  line-height: 0.4rem;
}
.index-box-1 .iselect .drop li:hover {
  color: #1246a6;
  background: #f8f8f8;
}
.index-box-1 .iselect:hover .drop {
  display: block;
}
.index-box-1 .iselect:hover img {
  transform: rotate(180deg);
}
.index-box-1 .input1 {
  width: 47.2%;
  border: 0;
  float: left;
  color: #c1c1c1;
  position: relative;
}
.index-box-1 .input1:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  height: 0.17rem;
  background: #e2e2e2;
  position: absolute;
  transform: translateY(-50%);
}
.index-box-1 .input1 input {
  width: 100%;
  border: 0;
  color: #666;
  line-height: 0.5rem;
  padding: 0rem 0.13rem;
  font-family: "微软雅黑";
}
.index-box-1 .tag {
  width: 25%;
  float: left;
  margin-top: 0.15rem;
}
.index-box-1 .tag span {
  color: #999;
  float: left;
  margin: 0 0.05rem;
  text-align: center;
  height: 0.26rem;
  width: 0.8rem;
  padding: 0 0.05rem;
  border-radius: 0.3rem;
  line-height: 0.26rem;
  font-size: 0.12rem;
  background: #e6ebf1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-1 .btn [type="button"] {
  border: 0;
  color: #fff;
  float: right;
  line-height: 0.56rem;
  height: 0.56rem;
  text-align: center;
  min-width: 1.1rem;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  border-top-right-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
  background: url(../images/search.png) no-repeat 0.2rem center #1246a6;
}
@media (max-width: 1023px) {
  .index-box-1 {
    padding-top: 110px;
  }
  .index-box-1 .title {
    font-size: 24px;
    line-height: 30px;
  }
  .index-box-1 .text {
    font-size: 12px;
    padding-top: 10px;
  }
  .index-box-1 .tabnav span {
    margin-right: 10px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    min-width: 70px;
  }
  .index-box-1 .tabcot {
    height: 50px;
  }
  .index-box-1 .searchbox {
    max-width: 100%;
    margin-top: 30px;
  }
  .index-box-1 .iselect {
    line-height: 50px;
    font-size: 12px;
    width: 24%;
  }
  .index-box-1 .input1 {
    width: 50%;
  }
  .index-box-1 .input1 input {
    line-height: 50px;
    padding: 0 10px;
  }
  .index-box-1 .tag {
    display: none;
  }
  .index-box-1 .btn [type="button"] {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    min-width: 80px;
  }
  .index-box-1 .hots {
    font-size: 14px;
    padding: 15px 0 0px 0;
  }
}
.index-title {
  color: #333333;
  position: relative;
  font-size: 0.32rem;
}
.index-title:before {
  content: "";
  width: 0.09rem;
  height: 0.3rem;
  margin-bottom: 0.04rem;
  vertical-align: middle;
  margin-right: 0.17rem;
  border-radius: 0.1rem;
  display: inline-block;
  background: #1246a6;
}
.index-title a {
  color: #999;
  float: right;
  font-size: 0.14rem;
}
.index-title a:hover {
  color: #1246a6;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .index-title {
    font-size: 20px;
  }
  .index-title:before {
    width: 3px;
    height: 18px;
    margin-right: 10px;
  }
  .index-title a {
    font-size: 14px;
    padding-top: 8px;
  }
}
.index-box-2 .item {
  padding: 0.35rem 0.3rem;
  background: linear-gradient(to bottom, #e3effd, #ffffff);
}
.index-box-2 .listbox {
  margin: 0 -0.4rem;
}
.index-box-2 .list {
  float: left;
  width: 33.3333%;
  padding: 0 0.4rem;
  padding-top: 0.3rem;
}
.index-box-2 .list h2 {
  color: #333;
  padding-bottom: 0.15rem;
  font-size: 0.2rem;
  border-bottom: solid 1px #dddddd;
}
.index-box-2 .list h2 a {
  float: right;
  font-size: 0.14rem;
  color: #1246a6;
  font-weight: normal;
  margin-top: 0.1rem;
}
.index-box-2 .list h2 a:hover {
  text-decoration: underline;
}
.index-box-2 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box-2 .list li {
  width: 50%;
  display: flex;
  margin-top: 0.45rem;
}
.index-box-2 .list li .icon {
  margin-right: 0.1rem;
  border: solid 2px #fff;
  border-radius: 0.2rem;
  background: linear-gradient(to right, #f3f4f7, #ffffff);
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.index-box-2 .list li .icon img {
  max-height: 0.44rem;
}
.index-box-2 .list li a {
  display: flex;
}
.index-box-2 .list li .tit {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.24rem;
  height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-2 .list li .txt {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-2 .list li:hover .tit {
  color: #1246a6;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .index-box-2 {
    padding: 30px 0;
  }
  .index-box-2 .listbox {
    margin: 0 -20px;
  }
  .index-box-2 .list {
    width: 100%;
    padding: 20px;
  }
  .index-box-2 .list h2 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .index-box-2 .list h2 a {
    font-size: 12px;
    margin-top: 10px;
  }
  .index-box-2 .list li .icon {
    margin-right: 10px;
  }
  .index-box-2 .list li .icon img {
    max-height: 40px;
  }
  .index-box-2 .list li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .index-box-2 .list li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}
.index-box-3 {
  padding-top: 0.65rem;
}
.index-box-3 ul {
  display: flex;
  margin: 0 -0.07rem;
}
.index-box-3 li {
  padding: 0 0.07rem;
  width: 31.5%;
}
.index-box-3 li .item {
  height: 1.51rem;
  background-size: cover;
}
.index-box-3 li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.2rem 0rem 0.4rem;
}
.index-box-3 li .tit {
  width: 70%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-box-3 li .tag {
  font-size: 0.14rem;
  margin-top: 0.25rem;
}
.index-box-3 li .tag img {
  float: right;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  max-height: 0.17rem;
}
.index-box-3 li:hover .tit {
  text-decoration: underline;
}
.index-box-3 li:first-child {
  width: 8.5%;
}
.index-box-3 li:first-child .item {
  color: #fff;
  display: flex;
  font-weight: 700;
  padding: 0 0.4rem;
  text-align: center;
  align-items: center;
  background: url(../images/news-1.png) no-repeat top center;
}
.index-box-3 li:nth-child(2) .item {
  background: url(../images/news-2.png) no-repeat top center;
}
.index-box-3 li:nth-child(3) .item {
  background: url(../images/news-3.png) no-repeat top center;
}
.index-box-3 li:nth-child(4) .item {
  background: url(../images/news-4.png) no-repeat top center;
}
@media (max-width: 1023px) {
  .index-box-3 {
    padding-top: 0px;
  }
  .index-box-3 ul {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .index-box-3 li {
    padding: 5px;
    width: 50%!important;
  }
  .index-box-3 li .tag {
    font-size: 12px;
    margin-top: 5px;
  }
  .index-box-3 li .tag img {
    max-height: 17px;
  }
  .index-box-3 li .tit {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
  }
  .index-box-3 li:first-child .item {
    background-size: cover;
    margin-bottom: 0px;
    text-align: center;
    background: #1246a6;
  }
}
.inside-menu ul {
  display: flex;
}
.inside-menu li {
  position: relative;
  padding: 0 0.2rem;
}
.inside-menu li:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  height: 0.15rem;
  background: #333333;
  transform: translateY(-50%);
}
.inside-menu li a {
  color: #333;
  display: block;
}
.inside-menu li:last-child {
  padding-right: 0;
}
.inside-menu li:first-child:before {
  display: none;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  font-weight: 700;
  color: #1246a6;
}
@media (max-width: 1023px) {
  .inside-menu {
    margin-top: 10px;
  }
  .inside-menu ul {
    display: block;
    overflow: hidden;
  }
  .inside-menu li {
    padding: 0;
    padding-right: 10px;
    width: 33.333%;
    float: left;
  }
  .inside-menu li:before {
    display: none;
  }
  .inside-menu li:first-child {
    padding-left: 0px;
  }
}
.index-box-4 {
  padding-top: 0.65rem;
}
.index-box-4 .inside-menu {
  right: 0;
  top: 0.15rem;
  position: absolute;
}
.index-box-4 .container {
  position: relative;
}
.index-box-4 .index-title {
  margin-left: 0.3rem;
}
.index-box-4 .tablistnr {
  margin-top: 0.3rem;
}
.index-box-4 .tablist {
  display: none;
}
.index-box-4 .tablist .list {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.index-box-4 .tablist .list li {
  display: flex;
  width: 33.3333%;
  padding: 0rem 0 0 0.3rem;
  border: solid 1px #fff;
  flex-direction: row-reverse;
  background: linear-gradient(to right, #f3f4f7, #ffffff);
}
.index-box-4 .tablist .list li:hover .tit {
  color: #1246a6;
  text-decoration: underline;
}
.index-box-4 .tablist .list .text {
  width: 64%;
  padding-top: 0.3rem;
}
.index-box-4 .tablist .list .pic {
  width: 36%;
  text-align: center;
  position: relative;
}
.index-box-4 .tablist .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 127.14285714%;
}
.index-box-4 .tablist .list .tit {
  color: #333;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-4 .tablist .list .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #999;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
  position: relative;
}
.index-box-4 .tablist .list .txt:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0.25rem;
  height: 1px;
  background: #d6d7da;
}
.index-box-4 .tablist .list .btn {
  font-weight: 700;
  font-size: 0.14rem;
  color: #1a58a5;
  margin-top: 0.3rem;
}
.index-box-4 .list2 {
  margin: 0 -0.07rem;
  margin-top: 0.2rem;
}
.index-box-4 .list2 li {
  width: 25%;
  float: left;
  padding: 0.07rem;
}
.index-box-4 .list2 li .item {
  position: relative;
  padding: 0.3rem 0.4rem;
  background: #f2f6fd;
  background: linear-gradient(to right, #f2f6fd, #f2f6fd, #e7f1fe);
}
.index-box-4 .list2 li .tit {
  line-height: 0.3rem;
  height: 0.3rem;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-4 .list2 li .txt {
  color: #777;
  font-size: 0.14rem;
  line-height: 0.3rem;
  height: 0.3rem;
}
.index-box-4 .list2 li .num {
  right: 0.15rem;
  bottom: 0;
  color: rgba(28, 116, 206, 0.03);
  font-style: italic;
  position: absolute;
  font-size: 1.04rem;
  line-height: 0.9rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .index-box-4 {
    padding-top: 30px;
  }
  .index-box-4 .index-title {
    margin-left: 0;
  }
  .index-box-4 .inside-menu {
    top: auto;
    right: auto;
    position: relative;
  }
  .index-box-4 .tablist .list li {
    width: 50%;
  }
  .index-box-4 .tablist .list .tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .index-box-4 .tablist .list .txt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .index-box-4 .tablist .list .btn {
    font-size: 14px;
    margin-top: 15px;
  }
  .index-box-4 .tablist .list2 {
    margin: 0 -5px;
    margin-top: 10px;
  }
  .index-box-4 .tablist .list2 li {
    padding: 5px;
    width: 33.333%;
  }
  .index-box-4 .tablist .list2 li .item {
    padding: 20px;
  }
  .index-box-4 .tablist .list2 li .txt {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .index-box-4 .tablist .list li {
    width: 100%;
  }
  .index-box-4 .tablist .list li:nth-child(4),
  .index-box-4 .tablist .list li:nth-child(5),
  .index-box-4 .tablist .list li:nth-child(6) {
    display: none;
  }
  .index-box-4 .tablist .list2 li {
    width: 50%;
  }
}
.index-box-5 {
  padding-top: 0.65rem;
}
.index-box-5 .inside-menu {
  right: 0;
  top: 0.15rem;
  position: absolute;
}
.index-box-5 .container {
  position: relative;
}
.index-box-5 .index-title {
  margin-left: 0.3rem;
}
.index-box-5 .list {
  display: none;
  margin-top: 0.45rem;
}
.index-box-5 .list li {
  padding: 0 0.07rem;
  font-size: 0.14rem;
  width: 20%;
}
.index-box-5 .list li:hover .pic img {
  transform: scale(1.05);
}
.index-box-5 .list li:hover .pic:before {
  opacity: 1;
}
.index-box-5 .list .item {
  position: relative;
}
.index-box-5 .list .pic {
  overflow: hidden;
  position: relative;
}
.index-box-5 .list .pic img {
  transition: all 700ms ease;
}
.index-box-5 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 116.32653061%;
}
.index-box-5 .list .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 344ms ease;
  background: rgba(20, 70, 171, 0.5);
}
.index-box-5 .list .tag {
  color: #fff;
  height: 0.44rem;
  line-height: 0.44rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 0.25rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.57);
  transition: all 344ms ease;
}
.index-box-5 .list .btn {
  right: 0.11rem;
  position: absolute;
}
.index-box-5 .list .btn img {
  vertical-align: middle;
  max-height: 0.2rem;
  margin-bottom: 0.02rem;
  margin-right: 0.05rem;
}
.index-box-5 .list .txt {
  overflow: hidden;
  padding: 0 0.25rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background: #fff;
  color: #333;
}
.index-box-5 .list .txt span {
  color: #1246a6;
  font-family: arial;
}
.index-box-5 .show {
  display: block;
}
@media (max-width: 1023px) {
  .index-box-5 {
    padding-top: 30px;
  }
  .index-box-5 .index-title {
    margin-left: 0;
  }
  .index-box-5 .inside-menu {
    top: auto;
    left: auto;
    position: relative;
  }
  .index-box-5 .list {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .index-box-5 .list li {
    padding: 0 5px;
    font-size: 14px;
  }
  .index-box-5 .list .tag {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .index-box-5 .list .btn img {
    max-height: 20px;
    margin-bottom: 2px;
    margin-right: 5px;
  }
  .index-box-5 .list .txt {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
}
.index-box-6 {
  padding-bottom: 1rem;
  padding-top: 0.7rem;
}
.index-box-6 .container {
  position: relative;
}
.index-box-6 .index-title {
  margin-bottom: 0.45rem;
  margin-left: 0.3rem;
}
.index-box-6 .leftnews {
  width: 67%;
  float: left;
}
.index-box-6 .rightqa {
  width: 31%;
  float: right;
  padding: 0.2rem 0;
  background: #fff;
}
.index-box-6 .rightqa .bt {
  color: #333;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.index-box-6 .rightqa .bt a {
  float: right;
  padding-top: 0.05rem;
  font-weight: normal;
  font-size: 0.16rem;
}
.index-box-6 .rightqa .pic {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 1.94rem;
}
.index-box-6 .rightqa .pic img {
  transition: all 700ms ease;
}
.index-box-6 .rightqa .item2 {
  padding-bottom: 0;
}
.index-box-6 .rightqa .item2 li {
  width: 100%;
  margin-top: 0.1rem;
}
.index-box-6 .qalist {
  padding: 0 0.16rem;
  padding-bottom: 0.2rem;
  border-bottom: dashed 1px #cccccc;
}
.index-box-6 .qalist .tit,
.index-box-6 .qalist .txt {
  padding-left: 0.4rem;
  margin-top: 0.15rem;
  position: relative;
}
.index-box-6 .qalist .tit span,
.index-box-6 .qalist .txt span {
  top: 0.04rem;
  left: 0;
  text-align: center;
  height: 0.24rem;
  width: 0.24rem;
  color: #1246a6;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.22rem;
  border-radius: 100%;
  position: absolute;
  border: solid 1px #1246a6;
}
.index-box-6 .qalist .tit a,
.index-box-6 .qalist .txt a {
  color: #333;
}
.index-box-6 .qalist .tit {
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-6 .qalist .tit:hover a {
  color: #1246a6;
  text-decoration: underline;
}
.index-box-6 .qalist .txt {
  margin-top: 10px;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-6 .top:hover .tit {
  text-decoration: underline;
}
.index-box-6 .top {
  color: #fff;
  position: relative;
  padding: 0.25rem 0.4rem 0.35rem 0.25rem;
  background: #2958c0;
  background: linear-gradient(to right, #2958c0, #1246a6);
}
.index-box-6 .top .bt {
  top: 0.25rem;
  left: 0.25rem;
  position: absolute;
  text-align: center;
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 0.38rem;
  min-width: 1.1rem;
  border: solid 1px #fff;
}
.index-box-6 .top .bt img {
  top: -0.07rem;
  right: -0.07rem;
  max-height: 0.22rem;
  position: absolute;
}
.index-box-6 .top .tit {
  margin-bottom: 0.2rem;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-6 .top .tit a {
  display: block;
  color: #fff;
}
.index-box-6 .top .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  position: relative;
  height: 0.6rem;
  line-height: 0.3rem;
}
.index-box-6 .top .txt a {
  color: #fff;
  float: right;
  padding-left: 0.3rem;
}
.index-box-6 .list {
  background: #fff;
  border: solid 1px #dcdcdc;
}
.index-box-6 .list .item {
  border-bottom: solid 1px #dcdcdc;
}
.index-box-6 .list .item ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box-6 .list .item li:first-child {
  border-left: #fff;
}
.index-box-6 .list .item li:hover .tit {
  color: #1246a6;
  text-decoration: underline;
}
.index-box-6 .list .item li {
  border-left: solid 1px #dcdcdc;
  padding: 0.25rem;
  width: 50%;
}
.index-box-6 .list .item li a {
  display: flex;
}
.index-box-6 .list .item li .time {
  width: 17.3%;
  color: #fff;
  font-family: arial;
  padding: 0.25rem 0 0.4rem 0;
  text-align: center;
  background: #1246a6;
  position: relative;
}
.index-box-6 .list .item li .time:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.16rem;
  position: absolute;
  background: url(../images/arrow-3.png) no-repeat left center;
  background-size: cover;
}
.index-box-6 .list .item li .time span {
  display: block;
  width: 100%;
}
.index-box-6 .list .item li .time .year {
  font-size: 0.19rem;
  line-height: 0.2rem;
}
.index-box-6 .list .item li .text {
  width: 80%;
  padding-left: 0.2rem;
}
.index-box-6 .list .item li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-6 .list .item li .txt {
  color: #666;
  margin-top: 10px;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-box-6 .item2 {
  padding-top: 0.1rem;
  padding-bottom: 0.48rem;
}
.index-box-6 .item2 ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box-6 .item2 li:hover a {
  text-decoration: underline;
}
.index-box-6 .item2 li {
  width: 50%;
  position: relative;
  margin-top: 0.2rem;
  padding: 0 0.45rem;
  height: 0.3rem;
  padding-right: 0.4rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-box-6 .item2 li:before {
  content: "";
  top: 0.07rem;
  left: 0.2rem;
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  border-radius: 100%;
  background: url(../images/arrow-2.png) no-repeat center center #ebf1fd;
  background-size: cover;
}
.index-box-6 .item2 li span {
  color: #cccccc;
  float: right;
  font-family: arial;
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
@media (max-width: 1023px) {
  .index-box-6 {
    padding: 30px 0;
  }
  .index-box-6 .index-title {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .index-box-6 .leftnews {
    width: 100%;
  }
  .index-box-6 .rightqa {
    width: 100%;
    margin-top: 30px;
  }
  .index-box-6 .list .item li {
    width: 100%;
    border: 0;
  }
  .index-box-6 .list .item li .time {
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
  .index-box-6 .list .item li .time:after {
    display: none;
  }
  .index-box-6 .item2 {
    padding: 20px 0;
  }
  .index-box-6 .item2 li {
    margin-top: 0px;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    padding-left: 50px;
    width: 100%;
  }
  .index-box-6 .item2 li:before {
    top: 7px;
    left: 20px;
    width: 17px;
    height: 17px;
  }
  .index-box-6 .item2 li span {
    font-size: 12px;
  }
  .index-box-6 .rightqa {
    padding: 20px;
    margin-top: 20px;
  }
  .index-box-6 .rightqa .qalist {
    padding: 0;
    padding-bottom: 20px;
  }
  .index-box-6 .rightqa .bt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .index-box-6 .rightqa .bt a {
    font-size: 14px;
    margin-top: 0;
  }
  .index-box-6 .rightqa .item2 li {
    padding-left: 30px;
    padding-right: 0;
  }
  .index-box-6 .rightqa .item2 li::before {
    left: 0;
  }
}
.index-ad {
  height: 1.22rem;
  background: url(../images/ad.png) no-repeat top center;
  background-size: cover;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.index-ad .container {
  display: flex;
  position: relative;
}
.index-ad .close {
  right: -15%;
  top: 0.42rem;
  position: absolute;
  transition: all 500ms ease;
}
.index-ad .close img {
  max-height: 0.34rem;
}
.index-ad .close:hover {
  opacity: 0.6;
}
@media (max-width: 1600px) {
  .index-ad .close {
    right: 0%;
  }
}
.index-ad .pic {
  width: 41.5%;
  margin-top: -0.6rem;
  display: inline-block;
}
.index-ad .pic img {
  max-height: 1.96rem;
}
.index-ad .mess {
  width: 58.5%;
  padding-top: 0.4rem;
  font-size: 0.14rem;
  color: #c5d7fb;
}
.index-ad .mess ul {
  display: flex;
  flex-wrap: wrap;
  width: 130%;
}
.index-ad .mess li {
  width: 30%;
  padding-left: 0.1rem;
  position: relative;
}
.index-ad .mess li input[type="text"],
.index-ad .mess li select {
  background: #fff;
  width: 100%;
  border: 0;
  color: #666;
  border-radius: 0.03rem;
  padding: 0 0.2rem;
  height: 0.4rem;
}
.index-ad .mess li input[type="button"] {
  color: #fff;
  border: 0;
  border-radius: 0.03rem;
  min-width: 1.55rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #0b87c3;
}
.index-ad .mess li input[type="button"]:hover {
  background: #1246a6;
}
.index-ad .mess li label {
  color: #f30;
  top: 0.1rem;
  left: 0.2rem;
  position: absolute;
}
.index-ad .mess li select {
  background: url(../images/index_03.png) no-repeat right center #ffffff;
  appearance: none;
}
.index-ad .mess li:nth-child(3) {
  width: 30%;
}
.index-ad .tag {
  padding-left: 0.1rem;
  padding-top: 0.05rem;
}
.index-ad .leiji {
  line-height: 40px;
}
.index-ad .tag span {
  padding-right: 0.5rem;
}
.index-ad em {
  color: #f8c81f;
  font-style: normal;
  font-family: arial;
}
@media (max-width: 1200px) {
  .index-ad .mess {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .index-xzdw {
    display: none;
  }
  .index-ad {
    height: auto;
    padding: 20px 0;
    position: relative;
  }
  .index-ad .mess {
    width: 100%;
  }
  .index-ad .container {
    display: block;
  }
  .index-ad .pic {
    display: none;
  }
  .index-ad .mess {
    font-size: 12px;
    padding: 0;
  }
  .index-ad .mess ul {
    width: 100%;
    display: block;
  }
  .index-ad .mess li {
    padding-left: 0;
    width: 100%;
    margin: 10px 0;
  }
  .index-ad .mess li label {
    top: 14px;
    left: 10px;
  }
  .index-ad .mess li:nth-child(3) {
    width: 100%;
  }
  .index-ad .mess li input[type="text"],
  .index-ad .mess li select {
    padding: 0 20px;
    height: 40px;
  }
  .index-ad .mess li input[type="button"] {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .index-ad .close {
    right: 0;
    display: none;
  }
  .index-ad .tag span {
    padding-right: 0;
  }
}
.footer {
  font-size: 0.14rem;
  padding-top: 0.8rem;
  background: url(../images/footer-bg.png) no-repeat top center #1c1c21;
  background-size: cover;
}
.footer .left {
  width: 64%;
  float: left;
}
.footer .right {
  width: 30%;
  float: right;
}
.footer .top {
  display: flex;
}
.footer .top img {
  max-height: 1.9rem;
}
.footer .top .logo {
  width: 28%;
}
.footer .top .txt {
  color: #fff;
  width: 72%;
  padding-top: 0.14rem;
  text-align: justify;
  padding-left: 0.55rem;
}
.footer .top .txt p {
  padding-top: 0.15rem;
}
.footer .hot {
  padding-bottom: 0.25rem;
}
.footer .hot h3 {
  color: #fff;
  font-weight: normal;
  font-size: 0.14rem;
  padding-bottom: 0.05rem;
}
.footer .hot a {
  padding-right: 0.07rem;
  display: inline-block;
}
.footer .hot a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer .bot {
  display: flex;
  margin-top: 0.6rem;
}
.footer .share {
  position: relative;
  padding-left: 1.2rem;
}
.footer .share a {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 100%;
  margin-right: 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px rgba(255, 255, 255, 0.09);
}
.footer .share a:hover {
  border-color: #fff;
}
.footer .share a:hover img {
  opacity: 1;
}
.footer .share img {
  opacity: 0.5;
  max-height: 0.38rem;
}
/*.footer .share .weixin {
  display: none;
  top: -1.2rem;
  left: 2rem;
  position: absolute;
}*/
.footer .share .weixin {
  display: none;
  top: -1.2rem;
  left: 2.3rem;
  max-width: 1.03rem;
  width: 100%;
  position: absolute;
}
.footer .share .weixin-2 {
  display: none;
  top: -1.2rem;
  left: 1rem;
  max-width: 1.03rem;
  width: 100%;
  position: absolute;
}
.footer .share .weixin img {
  opacity: 1;
  max-height: 1.03rem;
}
.footer .sharehover:hover .weixin {
  display: block;
}
.footer .copy {
  text-align: center;
  padding: 0.2rem 0;
  margin-top: 0.5rem;
  border-top: solid 1px rgba(255, 255, 255, 0.21);
}
.footer .copy span {
  padding: 0 0.1rem;
  display: inline-block;
}
.footer .copy a {
  color: #666;
}
.footer .copy a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1023px) {
  .footer {
    font-size: 14px;
    padding: 0;
  }
  .footer .left,
  .footer .right,
  .footer .bot {
    display: none;
  }
  .footer .copy {
    border: 0;
    padding: 20px 0;
    margin-top: 0;
  }
}
.footer-2 {
  background: #1e2126;
  padding-top: 0;
}
.footer-2 .copy {
  border-top: 0;
  margin-top: 0;
}
.inside-banner {
  position: relative;
}
.inside-banner .tu {
  text-align: center;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  width: 100%;
  left: 0;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .tit {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 0.7rem;
  font-family: "思源黑体";
}
.inside-banner .txt {
  font-size: 0.18rem;
  padding-top: 0.2rem;
}
.inside-banner .time {
  font-size: 0.14rem;
  font-weight: lighter;
  margin-top: 0.3rem;
}
.inside-banner h1 {
  font-weight: normal;
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.inside-banner .t1 {
  padding-bottom: 0rem;
  font-weight: lighter;
}
.inside-banner .d1 {
  color: #2e3da0;
  font-size: 0.42rem;
  font-family: "思源黑体";
  line-height: 0.5rem;
  font-weight: 700;
}
.inside-banner .d2 {
  margin-top: 0.2rem;
  font-size: 0.58rem;
  font-family: "思源黑体";
  line-height: 0.7rem;
  font-weight: 700;
  background-image: linear-gradient(#5c8ef8, #4661f0, #4661f0);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.inside-banner .d2 span {
  color: #fff;
  padding-left: 0.1rem;
  font-family: arial;
}
.inside-banner .d3 {
  color: #2e3da0;
  padding-top: 0.15rem;
}
.inside-banner .d4 {
  padding-top: 0.3rem;
}
.inside-banner .button1 {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  display: inline-block;
  text-align: center;
  line-height: 0.48rem;
  height: 0.5rem;
  transition: all 500ms ease;
  min-width: 1.5rem;
  border: solid 1px #fff;
}
.inside-banner .button1 a {
  color: #fff;
  display: block;
}
.inside-banner .button1:hover {
  border-color: #1246a6 !important;
  background: #1246a6 !important;
}
.inside-banner .button1:hover a {
  color: #fff!important;
}
.inside-banner .button2 a {
  color: #2e3da0;
}
.inside-banner .button3 {
  margin-top: 0.3rem;
}
.inside-banner .tb {
  padding-top: 0.1rem;
}
.inside-banner .tb span {
  margin-right: 0.4rem;
  display: inline-block;
}
.inside-banner .tb img {
  max-height: 1.36rem;
}
.inside-banner .container {
  display: flex;
  align-items: center;
}
.inside-banner .wenan {
  width: 74.2%;
  padding-right: 0.3rem;
}
.inside-banner .mess {
  width: 25.8%;
  padding: 0.25rem;
  height: 3.89rem;
  padding-top: 0.3rem;
}
.inside-banner .mess .t2 {
  color: #000;
  font-size: 0.29rem;
}
.inside-banner .mess .t3 {
  color: #1a58a5;
  font-size: 0.18rem;
  padding-bottom: 0.1rem;
}
.inside-banner .mess ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.03rem;
}
.inside-banner .mess li {
  width: 50%;
  position: relative;
  padding: 0.03rem;
}
.inside-banner .mess li label {
  top: 0.17rem;
  left: 0.2rem;
  position: absolute;
  max-height: 0.2rem;
}
.inside-banner .mess .lianxi {
  width: 100%;
}
.inside-banner .mess .lianxi .iinput {
  padding-left: 0.4rem;
}
.inside-banner .mess .lianxi img {
  max-height: 0.2rem;
}
.inside-banner .mess .tigs {
  font-size: 0.14rem;
  text-align: center;
  color: #1a58a5;
  width: 100%;
}
.inside-banner .mess .iinput,
.inside-banner .mess select {
  width: 100%;
  color: #666;
  font-size: 0.14rem;
  font-family: "微软雅黑";
  padding: 0.1rem 0.2rem;
  height: 0.46rem;
  transition: all 500ms ease;
  border: solid 1px #ececec;
}
.inside-banner .mess .iinput:focus,
.inside-banner .mess select:focus {
  border-color: #1a58a5;
}
.inside-banner .mess select {
  color: #999;
  appearance: none;
  padding-left: 0.4rem;
  background: url(../images/gimg-3.jpg) no-repeat right 0.12rem #ffffff;
}
.inside-banner .mess .ibutton {
  position: relative;
  padding-top: 0.12rem;
  width: 100%;
}
.inside-banner .mess .ibutton input {
  width: 100%;
  color: #fff;
  z-index: 2;
  font-weight: 700;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.42rem;
  position: relative;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  background: linear-gradient(to right, #4b83fe, #6882f7);
}
.inside-banner .mess .ibutton:after {
  content: "";
  width: 98%;
  height: 74%;
  right: 0.01rem;
  bottom: 0.01rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
}
.inside-banner .mess .tigs {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 0.1rem;
}
.inside-banner .mess .tigs:after {
  content: ">";
  width: 0.15rem;
  height: 0.15rem;
  display: inline-block;
  background: #1a58a5;
  border-radius: 50%;
  margin-left: 0.05rem;
  margin-top: 0.02rem;
  color: #fff;
  font-family: "宋体";
  font-size: 0.12rem;
  line-height: 0.14rem;
}
.inside-banner .mess-2 .tag {
  width: 100%;
  color: #333;
  padding-top: 0.15rem;
  font-size: 0.12rem;
  text-align: center;
}
.inside-banner .mess-2 .tag span {
  color: #0fabfc;
}
.inside-banner .mess-2 .t3 {
  padding-bottom: 0;
  position: relative;
}
.inside-banner .mess-2 .t3 span {
  z-index: 2;
  padding-right: 0.05rem;
  position: relative;
  background: #e6f2fe;
  display: inline-block;
}
.inside-banner .mess-2 .t3:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background: #ccdcf3;
}
.inside-banner .mess-2 .t2 {
  padding-bottom: 0.1rem;
}
.inside-banner .mess-3 {
  padding: 0;
  margin-top: -0.25rem;
  border-radius: 0.05rem;
  background: #fff;
}
.inside-banner .mess-4 {
  border-radius: 0.1rem;
  border: solid 1px #fff;
}
.inside-banner .mess-4 .tigs {
  margin-top: 0.1rem;
}
.inside-banner .mess-4 .tigs:after {
  display: none;
}
.inside-banner .mess-4 .tigs-2 {
  width: 100%;
  color: #1a58a5;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 0.1rem;
  text-align: center;
}
.inside-banner .mess-4 .tigs-2:after {
  display: none;
}
.inside-banner .dropnav {
  display: flex;
  flex-wrap: wrap;
}
.inside-banner .dropnav span {
  color: #000;
  cursor: pointer;
  font-size: 0.18rem;
  border-radius: 0.05rem;
  background: #fbfbfb;
  line-height: 0.48rem;
  text-align: center;
  height: 0.48rem;
  width: 50%;
}
.inside-banner .dropnav .cur {
  color: #1246a6;
  background: #fff;
}
.inside-banner .dropbox {
  font-size: 0.14rem;
  padding: 0.25rem;
  padding-top: 0.15rem;
}
.inside-banner .dropbox ul {
  padding-top: 0.2rem;
}
.inside-banner .dropbox .ts {
  color: #999;
  text-align: center;
}
.inside-banner .dropbox .tag {
  width: 100%;
  color: #333;
  padding-top: 0.4rem;
  text-align: center;
}
.inside-banner .dropbox .tag2 {
  width: 100%;
  color: #999;
  text-align: center;
}
.inside-banner .dropcot {
  display: none;
}
@media (max-width: 1023px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .mess {
    display: none;
  }
  .inside-banner .tb {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .tuu {
    display: none;
  }
  .inside-banner .wenan {
    width: 100%;
    text-align: center;
  }
  .inside-banner .mess {
    display: none;
  }
  .inside-banner .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-banner .t1,
  .inside-banner .txt,
  .inside-banner .d1,
  .inside-banner .d3 {
    display: none;
  }
  .inside-banner .d2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }
  .inside-banner .button1 {
    margin-top: 0px;
  }
}
@media (max-width: 1023px) {
  .inside-banner-2 {
    background: #1246a6 !important;
  }
  .inside-banner-2 .tu {
    display: none;
  }
  .inside-banner-2 .text {
    top: auto;
    padding: 40px 0 70px 0;
    transform: translateX(0);
    position: relative;
  }
  .inside-banner-2 .container {
    display: block;
  }
  .inside-banner-2 h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-banner-2 .time {
    font-size: 14px;
    margin-top: 15px;
  }
}
.inside-current {
  color: #fff;
  z-index: 2;
  position: relative;
  margin-top: -0.5rem;
  font-weight: normal;
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.inside-current a {
  color: #fff;
}
.inside-current img {
  margin-right: 0.05rem;
  margin-top: 0.05rem;
  max-height: 0.2rem;
}
.inside-current a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .inside-current {
    margin-top: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: none;
  }
  .inside-current a {
    color: #666;
  }
  .inside-current img {
    max-height: 20px;
    margin-right: 5px;
    margin-top: 5px;
  }
}
.inside-title {
  text-align: center;
}
.inside-title .title {
  color: #333;
  font-weight: 700;
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-family: "思源黑体";
}
.inside-title .text {
  color: #4a6280;
  padding-top: 0.14rem;
}
@media (max-width: 1023px) {
  .inside-title .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-title .text {
    font-size: 14px;
    padding-top: 0;
  }
}
.inside-menu-2 {
  padding-top: 0.6rem;
}
.inside-menu-2 ul {
  display: flex;
  text-align: center;
  justify-content: center;
}
.inside-menu-2 li {
  padding: 0 0.18rem;
}
.inside-menu-2 li a {
  line-height: 0.4rem;
  height: 0.4rem;
  color: #4a6280;
  display: block;
  border-radius: 0.3rem;
  min-width: 1.3rem;
  background: #f1f3f6;
}
.inside-menu-2 .cur a {
  color: #fff;
  background: #1246a6;
}
@media (max-width: 1023px) {
  .inside-menu-2 {
    padding-top: 30px;
  }
  .inside-menu-2 ul {
    display: block;
    overflow: hidden;
  }
  .inside-menu-2 li {
    float: left;
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .inside-menu-2 li a {
    height: 34px;
    line-height: 34px;
  }
}
.inside-zx .list {
  position: relative;
  margin-top: 0.6rem;
}
.inside-zx .swiper-button-prev,
.inside-zx .swiper-button-next {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  text-align: center;
  margin-top: -0.4rem;
  line-height: 0.3rem;
}
.inside-zx .swiper-button-prev:after,
.inside-zx .swiper-button-next:after {
  font-size: 0;
}
.inside-zx .swiper-button-prev {
  left: -3%;
  background: url(../images/prev.png) no-repeat center center #f2f6fe;
  background-size: cover;
}
.inside-zx .swiper-button-next {
  right: -3%;
  background: url(../images/next.png) no-repeat center center #f2f6fe;
  background-size: cover;
}
@media (max-width: 1280px) {
  .inside-zx .swiper-button-prev {
    left: 0;
  }
  .inside-zx .swiper-button-next {
    right: 0;
  }
  .inside-zx .list {
    margin-top: 15px;
  }
}
.inside-order {
  padding: 1rem 0;
  background: url(../images/member-bg.jpg) repeat-x center center #f1f1f1;
  background-size: cover;
}
.inside-order .asideleft {
  width: 27.3%;
  float: left;
  padding-bottom: 0.2rem;
  min-height: 6.51rem;
  background: url(../images/mbg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-order .asideleft .titlegy {
  color: #fff;
  font-size: 0.3rem;
  padding: 0.22rem 0.4rem;
  background: #3665c6;
}
.inside-order .asideleft .titlegy img {
  margin-right: 0.1rem;
  vertical-align: middle;
}
.inside-order .asideleft .or-1 {
  padding: 0.4rem;
}
.inside-order .asideleft .or-1 span {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 100%;
}
.inside-order .asideleft .or-1 span img {
  border-radius: 100%;
}
.inside-order .asideleft .or-1 i {
  color: #fff;
  font-weight: 700;
  font-size: 0.2rem;
  font-style: normal;
  display: inline-block;
  padding: 0.15rem 0 0 0.1rem;
}
.inside-order .asideleft .or-2 {
  padding: 0.3rem 0;
  margin: 0 0.4rem;
  padding-right: 0.02rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.inside-order .asideleft .or-2 .title {
  color: #fff;
  font-size: 0.2rem;
}
.inside-order .asideleft .or-2 li {
  margin-top: 0.2rem;
}
.inside-order .asideleft .or-2 li a {
  color: #fff;
}
.inside-order .asideleft .or-2 li:hover a,
.inside-order .asideleft .or-2 .cur a {
  font-weight: 700;
}
.inside-order .asideleft .or-3 {
  padding-top: 0rem;
}
.inside-order .asideright {
  width: 70.5%;
  float: right;
  padding: 0.3rem;
  background: #fff;
  min-height: 6.51rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.inside-order .asideright h3 {
  color: #2a2a2a;
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding-left: 0.2rem;
  font-weight: normal;
  padding-bottom: 0.3rem;
  position: relative;
  border-bottom: solid 1px #e7e7e7;
}
.inside-order .asideright h3:before {
  top: 0.03rem;
  left: 0;
  content: "";
  width: 4px;
  height: 25px;
  position: absolute;
  background: #1246a6;
}
@media (max-width: 1023px) {
  .inside-order .asideright h3:before {
    height: 18px;
  }
}
@media (max-width: 1023px) {
  .inside-order {
    padding: 110px 0 50px 0;
  }
  .inside-order .asideleft .titlegy {
    font-size: 16px;
    padding: 10px 20px;
  }
  .inside-order .asideleft {
    padding-bottom: 20px;
    min-height: auto;
  }
  .inside-order .asideleft .or-1 {
    padding: 20px;
  }
  .inside-order .asideleft .or-1 span {
    width: 50px;
    height: 50px;
  }
  .inside-order .asideleft .or-1 i {
    font-size: 16px;
    padding: 10px;
  }
  .inside-order .asideleft .or-2 {
    padding: 10px 0;
    margin: 0 20px;
  }
  .inside-order .asideleft .or-2 .title {
    font-size: 16px;
  }
  .inside-order .asideleft .or-2 ul {
    overflow: hidden;
  }
  .inside-order .asideleft .or-2 li {
    width: 50%;
    float: left;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .inside-order .asideleft {
    width: 100%;
    float: none;
  }
  .inside-order .asideright {
    width: 100%;
    float: none;
  }
}
.user-grzl {
  color: #666;
}
.user-grzl ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
.user-grzl li {
  width: 100%;
  padding: 0.2rem 0;
  font-size: 0.18rem;
  border-bottom: solid 1px #f5f7fa;
}
.user-grzl li span {
  width: 12%;
  display: inline-block;
}
.user-grzl li .txt {
  border: 0;
  width: 70%;
  color: #666;
  font-size: 0.18rem;
  font-family: "微软雅黑";
}
.user-grzl li:last-child {
  border: 0;
}
.user-grzl .sex label {
  margin-right: 0.2rem;
}
.user-grzl .li1 {
  width: 50%;
}
.user-grzl .li1 span {
  width: 24%;
}
.user-grzl .btn {
  padding-top: 0.3rem;
  text-align: center;
}
.user-grzl .btn input[type="submit"] {
  min-width: 1.3rem;
  height: 0.5rem;
  color: #fff;
  border: 0;
  font-size: 0.16rem;
  text-align: center;
  border-radius: 0.3rem;
  background: #1a58a5;
}
@media (max-width: 1023px) {
  .user-grzl .li1 {
    width: 100%;
  }
  .user-grzl li span {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .user-grzl li {
    font-size: 14px;
    padding: 15px 0;
  }
  .user-grzl li span {
    width: 28%!important;
  }
  .user-grzl .btn input[type="submit"] {
    font-size: 14px;
    min-width: 120px;
    height: 40px;
    line-height: 38px;
  }
}
.user-mmxg li {
  position: relative;
  padding: 0.1rem 0;
  border: 0;
}
.user-mmxg li .txt2 {
  width: 70%;
  color: #666;
  max-width: 4rem;
  width: 100%;
  padding: 0.1rem;
  height: 0.54rem;
  border-radius: 0.05rem;
  line-height: 0.52rem;
  font-family: "微软雅黑";
  border: solid 1px #d4d4d4;
  background: url(../images/ease.jpg) no-repeat center right 0.2rem;
}
.user-mmxg li .txt2:focus {
  border-color: #1246a6;
}
.user-mmxg li:nth-child(3) .txt2 {
  background: none;
}
.user-mmxg .btn {
  text-align: left;
}
.user-mmxg .btn input[type="submit"] {
  border-radius: 0.05rem;
}
.user-xqfb {
  padding-bottom: 0.2rem;
}
.user-xqfb .bt {
  color: #373737;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #e8f4fd;
  font-size: 0.18rem;
  font-weight: 700;
  margin-top: 0.4rem;
  padding-left: 0.2rem;
  position: relative;
}
.user-xqfb .bt:before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  margin-bottom: 0.02rem;
  margin-right: 0.1rem;
  border-radius: 100%;
  display: inline-block;
  background: #323e47;
}
.user-xqfb .bd {
  margin: 0 -0.3rem;
  margin-top: 0.2rem;
}
.user-xqfb .bd p {
  width: 50%;
  float: left;
  margin: 0.1rem 0;
  padding: 0 0.3rem;
}
.user-xqfb .bd label {
  width: 22%;
  color: #2a2a2a;
  display: block;
  float: left;
  line-height: 0.5rem;
  text-align: right;
}
.user-xqfb .bd i {
  color: #d70404;
  font-style: normal;
}
.user-xqfb .bd span {
  width: 78%;
  float: left;
  display: block;
}
.user-xqfb .bd input,
.user-xqfb .bd textarea {
  height: 0.5rem;
  line-height: 0.48rem;
  width: 100%;
  color: #666;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  padding: 0.1rem 0.15rem;
  border: solid 1px #dbdbdb;
}
.user-xqfb .bd .textarea {
  margin-top: 0.3rem;
  width: 100%;
}
.user-xqfb .bd .textarea label {
  display: block;
  width: 100%;
  text-align: left;
}
.user-xqfb .bd .textarea span {
  display: block;
  width: 100%;
}
.user-xqfb .bd .textarea textarea {
  height: 1.8rem;
}
.user-xqfb .btn {
  padding-top: 0.3rem;
  text-align: center;
}
.user-xqfb .btn input[type="submit"] {
  min-width: 1.3rem;
  height: 0.5rem;
  color: #fff;
  border: 0;
  font-size: 0.16rem;
  text-align: center;
  border-radius: 0.3rem;
  background: #1a58a5;
}
.user-xqzx {
  font-size: 0.14rem;
  padding-bottom: 0.2rem;
}
.user-xqzx li {
  margin-top: 0.2rem;
  transition: all 700ms ease;
  border: solid 1px #e7e7e7;
}
.user-xqzx li .info {
  overflow: hidden;
  height: 0.46rem;
  line-height: 0.45rem;
  border-bottom: solid 1px #e7e7e7;
  background: #fff;
}
.user-xqzx li .info span {
  width: 25%;
  display: block;
  float: left;
  color: #999;
  padding-left: 0.25rem;
}
.user-xqzx li .info .yx {
  width: 30%;
}
.user-xqzx li .info .time {
  width: 15%;
  float: right;
}
.user-xqzx li .info .tigs {
  width: 15%;
  font-weight: 700;
}
.user-xqzx li .info .red {
  color: #f80617;
}
.user-xqzx li .info .green {
  color: #01b01a;
}
.user-xqzx li .info .hui {
  color: #999;
}
.user-xqzx li .ms {
  line-height: 0.28rem;
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}
.user-xqzx li .t1 {
  color: #333333;
  font-size: 0.18rem;
}
.user-xqzx li .t2 {
  color: #777;
  margin-top: 0.15rem;
}
.user-xqzx li .t3 {
  margin-top: 0.3rem;
}
.user-xqzx li .t3 a {
  color: #1246a6;
}
.user-xqzx li .t3 a:hover {
  text-decoration: underline;
}
.user-xqzx li .hui .t1,
.user-xqzx li .hui .t2,
.user-xqzx li .hui .t3 a {
  color: #999;
}
.user-xqzx li:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.user-xqzx .inside-page {
  padding-top: 0.4rem;
}
@media (max-width: 1023px) {
  .user-xqzx {
    font-size: 14px;
  }
  .user-xqzx li {
    margin-top: 20px;
  }
  .user-xqzx li .info {
    height: auto;
    padding: 10px 0;
    line-height: 20px;
  }
  .user-xqzx li .info span {
    width: 100%;
  }
  .user-xqzx li .info .time {
    width: 100%;
    float: none;
  }
  .user-xqzx li .t1 {
    font-size: 14px;
  }
  .user-xqzx li .t2 {
    margin-top: 15px;
  }
  .user-xqzx li .ms {
    padding: 20px;
    line-height: 24px;
  }
}
.inside-page {
  padding-top: 0.9rem;
  text-align: center;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: #202020;
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #e7eff4;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #1246a6;
  background: #1246a6;
}
.inside-page .prev,
.inside-page .next {
  width: 1.06rem;
  position: relative;
  border-radius: 0.3rem;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .inside-page a {
    display: none;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.loginbox,
.regbox {
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 100;
  z-index: 9999;
  max-width: 6.35rem;
  position: fixed;
  height: 100%;
  transition: all .5s;
  background: url(../images/lbg.png) repeat-y top center;
}
.loginbox.donghua,
.regbox.donghua {
  left: 0;
}
.loginbox .close,
.regbox .close {
  display: block;
  text-align: right;
}
.loginbox .close img,
.regbox .close img {
  max-height: 0.34rem;
}
.loginbox .nr,
.regbox .nr {
  /* display: flex; */
  align-items: center;
  padding-top: 1rem;
}
.loginbox:before,
.regbox:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: rgba(19, 110, 252, 0.05);
}
.loginbox h1,
.regbox h1 {
  color: #08060b;
  font-size: 0.32rem;
  line-height: 0.4rem;
}
.loginbox .item,
.regbox .item {
  z-index: 3;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.loginbox .tag,
.regbox .tag {
  color: #7a7c84;
  padding: 0.2rem 0 0.3rem 0;
}
.loginbox .tabnav,
.regbox .tabnav {
  background: #fff;
  padding: 0.04rem;
  display: flex;
  border-radius: 0.05rem;
}
.loginbox .tabnav span,
.regbox .tabnav span {
  width: 50%;
  color: #999;
  cursor: pointer;
  font-size: 0.18rem;
  text-align: center;
  height: 0.46rem;
  border-radius: 0.05rem;
  line-height: 0.46rem;
}
.loginbox .tabnav .cur,
.regbox .tabnav .cur {
  color: #fff;
  background: #1c59a6;
}
.loginbox .tabcot,
.regbox .tabcot {
  display: none;
}
.loginbox .tabcot li,
.regbox .tabcot li {
  margin-top: 0.2rem;
}
.loginbox .tabcot li .t1,
.regbox .tabcot li .t1 {
  color: #232323;
  margin-bottom: 0.05rem;
}
.loginbox .tabcot li .t2,
.regbox .tabcot li .t2 {
  position: relative;
}
.loginbox .tabcot .code,
.regbox .tabcot .code {
  right: 0.2rem;
  top: 0.15rem;
  color: #1c59a6;
  position: absolute;
}
.loginbox .tabcot .img,
.regbox .tabcot .img {
  top: 0.19rem;
  left: 0.24rem;
  position: absolute;
}
.loginbox .tabcot .img img,
.regbox .tabcot .img img {
  max-height: 0.2rem;
}
.loginbox .tabcot .input input,
.regbox .tabcot .input input {
  width: 100%;
  background: rgba(255, 255, 255, 0.68);
  height: 0.55rem;
  font-size: 0.14rem;
  color: #333;
  font-family: "微软雅黑";
  padding: 0.15rem 0.2rem;
  padding-left: 0.5rem;
  border-radius: 0.05rem;
  border: solid 1px #136efc;
}
.loginbox .tabcot .icheckbox,
.regbox .tabcot .icheckbox {
  font-size: 0.14rem;
}
.loginbox .tabcot .icheckbox a,
.regbox .tabcot .icheckbox a {
  color: #1c59a6;
}
.loginbox .tabcot .icheckbox span,
.regbox .tabcot .icheckbox span {
  float: right;
}
.loginbox .tabcot .ibutton input,
.regbox .tabcot .ibutton input {
  color: #fff;
  width: 100%;
  border: 0;
  font-size: 0.2rem;
  border-radius: 0.05rem;
  line-height: 0.55rem;
  height: 0.55rem;
  text-align: center;
  background: #1c59a6;
}
.loginbox .tabcot .tigs,
.regbox .tabcot .tigs {
  color: #f40404;
  font-size: 0.14rem;
  text-align: right;
}
.loginbox .tabcot .tigs2,
.regbox .tabcot .tigs2 {
  font-size: 0.14rem;
}
.loginbox .tabcot .tigs2 a,
.regbox .tabcot .tigs2 a {
  color: #1c59a6;
}
.loginbox .tabcot .tigs2 a:hover,
.regbox .tabcot .tigs2 a:hover {
  text-decoration: underline;
}
.loginbox .tabcot .tigs2 span,
.regbox .tabcot .tigs2 span {
  float: right;
}
@media (max-width: 1023px) {
  .loginbox,
  .regbox {
    background: rgba(255, 255, 255, 0.98);
    max-width: 100%;
  }
  .loginbox .item,
  .regbox .item {
    padding: 0 20px;
    width: 100%;
  }
  .loginbox .tabcot .input input,
  .regbox .tabcot .input input {
    font-size: 14px;
  }
  .loginbox .tabcot .input input,
  .regbox .tabcot .input input {
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    padding-left: 35px;
  }
  .loginbox .tabcot .img,
  .regbox .tabcot .img {
    top: 18px;
    left: 10px;
  }
  .loginbox .tabcot .img img,
  .regbox .tabcot .img img {
    max-height: 20px;
  }
  .loginbox .tabcot li,
  .regbox .tabcot li {
    margin-top: 15px;
  }
  .loginbox .tabcot .icheckbox,
  .regbox .tabcot .icheckbox {
    font-size: 12px;
  }
  .loginbox .tabcot .tigs,
  .regbox .tabcot .tigs {
    font-size: 12px;
  }
}
.regbox .tabcot li:first-child {
  margin-top: 0;
}
.verify {
  height: 0.5rem;
  background-color: #e8e8e8;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0!important;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #464646;
  z-index: 1;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.verifyDiv {
  width: 100%;
  vertical-align: middle;
  float: left;
  position: relative;
}
@media (max-width: 1023px) {
  .verifyDiv {
    width: 100%;
    float: none;
  }
  .verify .fix-tips,
  .verify .verify-msg {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 16px;
    padding-top: 10px;
  }
}
.inside-news-show {
  padding: 0.5rem 0 1.4rem 0;
  background: #f0f2f5;
}
.inside-news-show .leftlist {
  width: 76%;
  float: left;
  display: flex;
  padding: 0.4rem 0;
  background: #fff;
}
.inside-news-show .rightlist {
  width: 22%;
  float: right;
}
.inside-news-show .list1 {
  color: #fff;
  text-align: center;
  height: 1.63rem;
  display: flex;
  align-items: center;
  background-size: cover;
}
.inside-news-show .list1 .box {
  width: 100%;
}
.inside-news-show .list1 .tit {
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-news-show .list1 .button {
  width: 1.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.2rem;
  background: url(../images/btn.png) no-repeat center center;
}
.inside-news-show .list1 .button a {
  display: block;
  color: #fff;
}
.inside-news-show .list1 .button:hover a {
  text-decoration: underline;
}
.inside-news-show .list2 {
  margin-top: 0.15rem;
  background: #fff;
  padding: 0.3rem;
}
.inside-news-show .list2 li:first-child {
  padding-top: 0;
}
.inside-news-show .list2 li:hover .tit {
  color: #1246a6;
  text-decoration: underline;
}
.inside-news-show .list2 li {
  padding-top: 0.4rem;
}
.inside-news-show .list2 li a {
  display: flex;
  color: #333;
}
.inside-news-show .list2 li .pic {
  width: 35%;
  position: relative;
}
.inside-news-show .list2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 115%;
}
.inside-news-show .list2 li .text {
  width: 65%;
  padding-left: 0.1rem;
}
.inside-news-show .list2 li .tit {
  font-size: 0.18rem;
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.2rem;
}
.inside-news-show .list2 li .tit span {
  font-size: 0.12rem;
}
.inside-news-show .list2 li .tit em {
  font-size: 0.14rem;
  color: #c2c2c2;
  padding: 0 0.08rem;
  display: inline-block;
  font-style: normal;
  font-weight: lighter;
}
.inside-news-show .list2 li .btn {
  height: 0.3rem;
  width: 0.95rem;
  background: #e1effd;
  color: #1e3d9f;
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 0.3rem;
  margin-top: 0.2rem;
}
.inside-news-show .list2 li .btn span {
  color: #fff;
  margin-bottom: 0.04rem;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  display: inline-block;
  background: #1e3d9f;
  line-height: 0.2rem;
}
.inside-news-show .list3 .bt {
  color: #424e55;
  font-size: 0.18rem;
  font-weight: 700;
}
.inside-news-show .list3 li {
  padding: 0.2rem 0 !important;
  border-top: dotted 1px #ebebeb;
}
.inside-news-show .list3 li .pic {
  width: 41%;
}
.inside-news-show .list3 li .pic:after {
  content: "";
  padding-bottom: 61.11111111%;
}
.inside-news-show .list3 li .text {
  width: 59%;
}
.inside-news-show .list3 li .tit {
  color: #424e55;
  font-size: 0.14rem;
}
.inside-news-show .list3 li .time {
  color: #c0c1c1;
  font-size: 12px;
  font-family: arial;
}
.inside-news-show .list3 li:first-child {
  border-top: 0;
}
.inside-news-show .share {
  width: 10%;
  padding: 0 0.1rem;
  text-align: center;
}
.inside-news-show .share .icon {
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #ebebeb;
}
.inside-news-show .share .icon img {
  max-height: 0.58rem;
}
.inside-news-show .share .icon:hover {
  border-color: #999;
}
.inside-news-show .share .num {
  color: #1246a6;
  font-size: 0.18rem;
  padding: 0.15rem 0;
  border-bottom: solid 1px #ebebeb;
}
.inside-news-show .share li {
  padding: 0.1rem 0;
}
.inside-news-show .share li a {
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #ebebeb;
}
.inside-news-show .share li a img {
  max-height: 0.46rem;
}
.inside-news-show .share li a:hover {
  border-color: #999;
}
.inside-news-show .nr {
  width: 90%;
  line-height: 0.3rem;
  padding: 0 0.43rem;
}
.inside-news-show .nr h3.bt:first-child {
  color: #004ea2;
  font-size: 0.32rem;
  line-height: 0.4rem;
  border-bottom: 1px solid;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.inside-news-show .nr .f18 {
  font-weight: 700;
  font-size: 0.18rem;
}
@media (max-width: 1023px) {
  .inside-news-show {
    padding: 30px 0;
  }
  .inside-news-show .leftlist {
    width: 100%;
    padding: 40px 20px;
  }
  .inside-news-show .share {
    display: none;
  }
  .inside-news-show .nr {
    padding: 0;
    width: 100%;
    line-height: 24px;
  }
  .inside-news-show .nr h3 {
    font-size: 24px;
  }
  .inside-news-show .nr .f18 {
    font-size: 16px;
  }
  .inside-news-show .rightlist {
    width: 100%;
    float: none;
    display: none;
  }
}
.inside-pagelist {
  padding-top: 0.4rem;
}
.inside-pagelist ul {
  display: flex;
  justify-content: center;
}
.inside-pagelist li {
  width: 27%;
  margin: 0 0.1rem;
  text-align: center;
  height: 0.62rem;
  transition: all 500ms ease;
  line-height: 0.62rem;
  border-radius: 0.05rem;
  background: #3c3c3c;
}
.inside-pagelist li a {
  display: block;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.inside-pagelist li a img {
  margin: 0 0.05rem;
  max-height: 0.22rem;
}
.inside-pagelist li:hover {
  background: #1246a6;
}
.inside-huiji {
  padding: 0.6rem 0;
}
.inside-huiji ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  margin-top: 0.6rem;
}
.inside-huiji li:hover .btn span {
  background: #4b83fe;
}
.inside-huiji li {
  width: 33.333%;
  padding: 0 0.2rem;
}
.inside-huiji li .item {
  display: block;
  color: #fff;
  height: 2.6rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  border: solid 1px #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  background-size: cover;
}
.inside-huiji li .nr {
  padding: 0 0.45rem;
}
.inside-huiji li .tit {
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-huiji li .txt {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-huiji li .btn {
  display: inline-block;
  margin-top: 0.4rem;
  height: 0.42rem;
  min-width: 1.43rem;
  background: #e1effd;
  color: #1e3d9f;
  padding-left: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 0.3rem;
}
.inside-huiji li .btn span {
  color: #fff;
  margin-left: 0.08rem;
  text-align: center;
  margin-bottom: 0.04rem;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  display: inline-block;
  background: #1e3d9f;
  line-height: 0.3rem;
}
@media (max-width: 1023px) {
  .inside-huiji {
    padding: 40px 0;
  }
  .inside-huiji ul {
    margin: 0 -5px;
    margin-top: 30px;
  }
  .inside-huiji li {
    padding: 0 5px;
  }
  .inside-huiji li .nr {
    padding: 20px;
  }
  .inside-huiji li .txt {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .inside-huiji li .btn {
    margin-top: 20px;
    height: 34px;
    line-height: 34px;
    min-width: 120px;
    padding-left: 10px;
    font-size: 14px;
  }
  .inside-huiji li .btn span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .inside-huiji li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inside-huiji-2 {
  padding-bottom: 0.8rem;
}
.inside-huiji-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.inside-huiji-2 li:hover .tit {
  text-decoration: underline;
}
.inside-huiji-2 li:hover .btn span {
  background: #4b83fe;
}
.inside-huiji-2 li {
  width: 25%;
  padding: 0 0.3rem;
  text-align: center;
}
.inside-huiji-2 li a {
  color: #fff;
  padding: 0.1rem;
  padding-top: 0.2rem;
  display: block;
  max-width: 2.5rem;
  width: 100%;
  height: 2.5rem;
  background: #314b8d;
  border-radius: 100%;
}
.inside-huiji-2 li .icon img {
  max-height: 0.82rem;
}
.inside-huiji-2 li .tit {
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-huiji-2 li .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-huiji-2 li .btn {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.inside-huiji-2 li .btn span {
  vertical-align: middle;
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background: #edf8fd;
  border-radius: 100%;
  text-align: center;
  line-height: 0.2rem;
  margin-right: 0.1rem;
  border: solid 0.06rem #5a72a7;
}
.inside-huiji-2 li .btn img {
  margin-left: 0.02rem;
  margin-bottom: 0.02rem;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .inside-huiji-2 {
    padding-bottom: 30px;
  }
  .inside-huiji-2 ul {
    margin: 0 -5px;
    margin-top: 30px;
  }
  .inside-huiji-2 li {
    padding: 0 5px;
  }
  .inside-huiji-2 li a {
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .inside-huiji-2 li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.inside-huiji-3 {
  padding: 0.8rem 0;
  border-bottom: solid 2px #e7eaed;
  background: url(../images/cbg.png) no-repeat top center;
  background-size: cover;
}
.inside-huiji-3 .list {
  display: flex;
  padding-top: 0.5rem;
}
.inside-huiji-3 .list .item:hover .tit {
  text-decoration: underline;
}
.inside-huiji-3 .item {
  color: #fff;
  text-align: left;
  padding: 0.3rem;
  padding-top: 0.5rem;
  width: 100%;
  display: block;
  position: relative;
}
.inside-huiji-3 .tit {
  font-weight: 700;
  font-size: 0.26rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-huiji-3 .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-huiji-3 em {
  right: 0.2rem;
  bottom: 0;
  position: absolute;
  font-size: 0.96rem;
  line-height: 0.8rem;
  color: #fff;
  text-shadow: #eeeeee 1px 0 0, #eeeeee 0 1px 0, #eeeeee -1px 0 0, #eeeeee 0 -1px 0;
}
.inside-huiji-3 .btnbox {
  margin-top: 0.35rem;
  display: inline-block;
  width: 1.2rem;
  position: relative;
}
.inside-huiji-3 .btnbox span {
  color: #fff;
  z-index: 2;
  display: block;
  z-index: 3;
  position: relative;
  line-height: 0.32rem;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.34rem;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  background: linear-gradient(to right, #4b83fe, #6882f7);
}
.inside-huiji-3 .btnbox:after {
  content: "";
  width: 98%;
  height: 100%;
  z-index: 1;
  right: -0.02rem;
  bottom: -0.02rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
}
.inside-huiji-3 .left {
  width: 22%;
  margin-bottom: 0.16rem;
  background: #1f3d9f;
}
.inside-huiji-3 .left .item {
  min-height: 100%;
}
.inside-huiji-3 .left .btnbox {
  bottom: 0.3rem;
  position: absolute;
}
.inside-huiji-3 .left em {
  color: #1f3d9f;
  opacity: 0.1;
  text-shadow: #eeeeee 1px 0 0, #eeeeee 0 1px 0, #eeeeee -1px 0 0, #eeeeee 0 -1px 0;
}
.inside-huiji-3 .right {
  width: 78%;
  text-align: left;
}
.inside-huiji-3 .right ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-huiji-3 .right li:hover .tit {
  color: #1246a6;
}
.inside-huiji-3 .right li {
  padding-bottom: 0.16rem;
  padding-left: 0.16rem;
  width: 33.3333%;
}
.inside-huiji-3 .right li .item {
  background: #fff;
  color: #4a6280;
}
.inside-huiji-3 .right li .tit {
  color: #333;
}
.inside-huiji-3 .right li em {
  right: 0.2rem;
  bottom: 0;
  position: absolute;
  font-size: 0.96rem;
  line-height: 0.8rem;
  color: #fff;
  text-shadow: #eeeeee 1px 0 0, #eeeeee 0 1px 0, #eeeeee -1px 0 0, #eeeeee 0 -1px 0;
}
@media (max-width: 1023px) {
  .inside-huiji-3 {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .inside-huiji-3 .list {
    display: block;
    padding-top: 20px;
  }
  .inside-huiji-3 .left {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .inside-huiji-3 .left .item {
    padding: 20px;
  }
  .inside-huiji-3 .left .btnbox {
    bottom: auto;
    position: relative;
    margin-top: 30px;
  }
  .inside-huiji-3 .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-huiji-3 .right ul {
    margin: 0 -5px;
  }
  .inside-huiji-3 .right li {
    padding-left: 0;
    padding: 5px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-huiji-3 .right li {
    width: 100%;
  }
}
.inside-huiji-4 {
  padding: 0.8rem 0;
  background: url(../images/cbg-2.jpg) no-repeat top center;
  background-size: cover;
}
.inside-huiji-4 .list {
  margin: 0 -0.1rem;
  margin-top: 0.6rem;
}
.inside-huiji-4 .item {
  width: 33.333%;
  float: left;
  padding: 0 0.1rem;
}
.inside-huiji-4 .box {
  padding: 0 0.3rem;
  padding-bottom: 0.6rem;
  background: linear-gradient(to bottom, #e4effe, #feffff, #feffff, #feffff);
}
.inside-huiji-4 .box .title {
  font-size: 0.2rem;
  font-weight: 700;
  height: 0.62rem;
  line-height: 0.6rem;
  border-bottom: solid 0.02rem #e5edf4;
}
.inside-huiji-4 .box .title a {
  float: right;
  color: #1a58a5;
  font-size: 0.14rem;
  font-weight: normal;
  font-family: arial;
  padding-top: 0.05rem;
}
.inside-huiji-4 .box .title a:hover {
  text-decoration: underline;
}
.inside-huiji-4 .box ul {
  margin: 0 -0.2rem;
}
.inside-huiji-4 .box li:nth-child(1) a,
.inside-huiji-4 .box li:nth-child(4) a {
  border-left: 0;
}
.inside-huiji-4 .box li:nth-child(1),
.inside-huiji-4 .box li:nth-child(2),
.inside-huiji-4 .box li:nth-child(3),
.inside-huiji-4 .box li:nth-child(4) {
  border-top: 0;
}
.inside-huiji-4 .box li:hover .tit {
  color: #0052d9;
}
.inside-huiji-4 .box li:hover .zx {
  color: #0052d9;
}
.inside-huiji-4 .box li:hover .zx i {
  color: #0052d9;
  border-color: #0052d9;
}
.inside-huiji-4 .box li {
  border-top: solid 1px #f0f7fb;
  padding: 0.3rem 0rem;
  width: 33.333%;
  float: left;
}
.inside-huiji-4 .box li a {
  display: block;
  padding: 0 0.2rem;
  border-left: solid 0.01rem #f0f7fb;
}
.inside-huiji-4 .box li .icon {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border: solid 2px #fff;
  border-radius: 0.2rem;
  background: linear-gradient(to right, #f3f4f7, #ffffff);
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.inside-huiji-4 .box li .icon img {
  max-height: 0.44rem;
}
.inside-huiji-4 .box li .tit {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
  margin-top: 0.15rem;
}
.inside-huiji-4 .box li .zx {
  color: #999999;
  margin-top: 0.15rem;
  font-size: 0.14rem;
}
.inside-huiji-4 .box li .zx i {
  width: 0.15rem;
  height: 0.15rem;
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 0.13rem;
  border: solid 1px #c7c7c7;
  margin-left: 0.05rem;
}
.inside-huiji-4 .box .more {
  color: #1a58a5;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #f2f5f8;
}
.inside-huiji-4 .box .more a {
  color: #1a58a5;
  display: block;
}
.inside-huiji-4 .box .more:hover {
  background: #0052d9;
}
.inside-huiji-4 .box .more:hover a {
  color: #fff;
}
@media (max-width: 1023px) {
  .inside-huiji-4 {
    padding: 40px 0 0 0;
  }
  .inside-huiji-4 .list {
    margin-top: 30px;
  }
  .inside-huiji-4 .item {
    margin-bottom: 20px;
    width: 50%;
  }
  .inside-huiji-4 .box {
    padding: 20px;
    padding-top: 10px;
  }
  .inside-huiji-4 .box .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .inside-huiji-4 .box .title a {
    font-size: 12px;
    padding-top: 0px;
  }
  .inside-huiji-4 .box li .icon img {
    max-height: 40px;
  }
  .inside-huiji-4 .box li .tit {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-huiji-4 .box li .zx {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .inside-huiji-4 .item {
    width: 100%;
  }
}
.inside-dljz {
  padding: 0.6rem 0;
  background: #f0f2f5;
}
.inside-dljz ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  padding-top: 0.4rem;
}
.inside-dljz li {
  width: 20%;
  display: flex;
  padding: 0.1rem;
}
.inside-dljz li .item {
  width: 100%;
  min-height: 100%;
  padding: 0.3rem 0.35rem;
  background: #f6f7f9;
  text-align: center;
  border-radius: 0.05rem;
  border: solid 1px #e4e5e6;
  transition: all 700ms ease;
}
.inside-dljz li .icon img {
  max-height: 0.5rem;
}
.inside-dljz li .tit {
  color: #333;
  margin-top: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.inside-dljz li .txt {
  color: #4a6280;
  margin-top: 0.1rem;
}
.inside-dljz li:hover .item {
  background: #fff;
  border-color: #1246a6;
}
@media (max-width: 1023px) {
  .inside-dljz {
    padding: 30px 0;
  }
  .inside-dljz ul {
    margin: 0 -5px;
    padding-top: 20px;
  }
  .inside-dljz li {
    width: 50%;
    padding: 5px;
  }
  .inside-dljz li .item {
    padding: 20px;
  }
  .inside-dljz li .icon img {
    max-height: 40px;
  }
  .inside-dljz li .tit {
    font-size: 16px;
    margin-top: 5px;
  }
  .inside-dljz li .txt {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-dljz li {
    width: 100%;
  }
}
.inside-dljz-2 {
  padding: 0.6rem 0 1rem 0;
  padding-top: 0.4rem;
  background: #f0f2f5;
}
.inside-dljz-2 .list {
  margin-top: 0.6rem;
}
.inside-dljz-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-dljz-2 li {
  width: 44.6%;
  display: flex;
}
.inside-dljz-2 li .item {
  width: 100%;
  min-height: 100%;
  color: #fff;
  padding-bottom: 0.4rem;
  background: linear-gradient(to bottom, #447de0, #3360bb);
}
.inside-dljz-2 li .bt {
  margin-bottom: 0.4rem;
  font-size: 0.27rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #3b73db;
}
.inside-dljz-2 li .text:nth-child(2) {
  border-top: 0;
}
.inside-dljz-2 li .text {
  position: relative;
  margin: 0 0.7rem;
  padding: 0.2rem 0rem;
  padding-left: 0.6rem;
  border-top: solid 1px rgba(255, 255, 255, 0.13);
}
.inside-dljz-2 li .icon {
  top: 0.24rem;
  left: 0.2rem;
  position: absolute;
}
.inside-dljz-2 li .icon img {
  max-height: 0.24rem;
}
.inside-dljz-2 li .tit {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.inside-dljz-2 li:nth-child(2) {
  width: 10.6%;
}
.inside-dljz-2 li:nth-child(2) .item {
  background: #dfedfc;
}
.inside-dljz-2 li:nth-child(2) .pic img {
  max-height: 1.31rem;
}
.inside-dljz-2 li:nth-child(2) .nr {
  width: 100%;
  color: #013dad;
  font-weight: 700;
  padding: 0 0.14rem;
  font-size: 0.2rem;
  text-align: center;
}
.inside-dljz-2 li:nth-child(2) .nr p {
  padding: 0.35rem 0;
  border-top: solid 1px #d4e2ef;
}
.inside-dljz-2 li:nth-child(2) .nr p:first-child {
  border-top: 0;
}
.inside-dljz-2 li:nth-child(3) .item {
  color: #666;
  background: #edf5fb;
}
.inside-dljz-2 li:nth-child(3) .bt {
  color: #666;
  background: #dedede;
}
@media (max-width: 1023px) {
  .inside-dljz-2 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .inside-dljz-2 .list {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-dljz-2 li {
    width: 100%;
  }
  .inside-dljz-2 li:nth-child(2) {
    display: none;
  }
}
.inside-dljz-3 {
  padding: 0.9rem 0;
  min-height: 4.9rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-dljz-3 .inside-title .title {
  color: #fff;
}
.inside-dljz-3 .list {
  margin-top: 0.8rem;
}
.inside-dljz-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-dljz-3 li:hover .item {
  box-shadow: 0 0 0.15rem rgba(255, 255, 255, 0.3);
}
.inside-dljz-3 li {
  width: 20%;
  display: flex;
  padding: 0 0.25rem;
}
.inside-dljz-3 li .item {
  width: 100%;
  min-height: 100%;
  background: #fff;
  text-align: center;
  padding-bottom: 0.2rem;
  border-radius: 0.2rem;
  border-bottom-right-radius: 0;
  transition: all 500ms ease;
}
.inside-dljz-3 li .tit {
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  background: #3665f5;
  font-size: 0.2rem;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
.inside-dljz-3 li .tit span {
  top: 0.12rem;
  left: 0.15rem;
  color: #3665f5;
  text-align: center;
  font-size: 0.14rem;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  font-weight: 700;
  position: absolute;
  background: url(../images/dicon-14.png) no-repeat top center;
  background-size: cover;
}
.inside-dljz-3 li .icon {
  margin-top: 0.15rem;
}
.inside-dljz-3 li .icon img {
  max-height: 0.6rem;
}
.inside-dljz-3 li .txt {
  color: #000000;
  margin-top: 0.05rem;
}
@media (max-width: 640px) {
  .inside-dljz-3 {
    padding: 40px 0;
    overflow: hidden;
  }
  .inside-dljz-3 .list {
    margin-top: 30px;
  }
  .inside-dljz-3 ul {
    margin: 0 -4px;
  }
  .inside-dljz-3 li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.inside-dljz-4 {
  padding: 1rem 0;
  background: #f0f2f5;
}
.inside-dljz-4 .list {
  margin-top: 0.6rem;
}
.inside-dljz-4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-dljz-4 li:hover .item {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
}
.inside-dljz-4 li {
  width: 33.333%;
  display: flex;
  padding: 0 0.15rem;
}
.inside-dljz-4 .item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  min-height: 100%;
  position: relative;
  border-radius: 0.05rem;
  transition: all 500ms ease;
  background: linear-gradient(to bottom, #6a86ff, #3a69f7);
}
.inside-dljz-4 .item .icon {
  width: 25%;
  float: left;
}
.inside-dljz-4 .item .icon img {
  max-height: 0.9rem;
}
.inside-dljz-4 .item .text {
  width: 75%;
  float: left;
  padding-left: 0.1rem;
}
.inside-dljz-4 .item .tit {
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
}
@media (max-width: 1023px) {
  .inside-dljz-4 {
    padding: 30px 0;
  }
}
@media (max-width: 640px) {
  .inside-dljz-4 .list {
    margin-top: 20px;
  }
  .inside-dljz-4 li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.inside-gongshang {
  overflow: hidden;
  background: #f5f7f8;
}
.inside-gongshang ul {
  margin-left: -0.39rem;
  margin-right: -0.39rem;
}
.inside-gongshang li {
  padding: 0 0.39rem;
}
.inside-gongshang li .item {
  border: 0;
  height: 2.5rem;
  box-shadow: none;
}
.inside-gongshang li .nr {
  width: 100%;
}
.inside-gongshang li .txt {
  margin-top: 0;
  font-size: 0.16rem;
}
.inside-gongshang li .btn {
  font-size: 0.16rem;
  display: inline-block;
  text-align: center;
  line-height: 0.38rem;
  height: 0.4rem;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  transition: all 500ms ease;
  min-width: 1.32rem;
  border: solid 1px #fff;
  color: #fff;
}
.inside-gongshang li:hover .btn {
  color: #1246a6;
  background: #fff;
}
.inside-gongshang-2 {
  padding: 0.3rem 0 0.8rem 0;
  background: #f5f7f8;
}
.inside-gongshang-2 .list {
  display: flex;
  padding-top: 0.5rem;
}
.inside-gongshang-2 .list .item:hover {
  box-shadow: 0 0 0.2rem rgba(15, 89, 166, 0.2);
}
.inside-gongshang-2 .list .item:hover .tit {
  text-decoration: underline;
}
.inside-gongshang-2 .item {
  color: #333;
  text-align: left;
  padding: 0.3rem;
  padding-top: 0.5rem;
  width: 100%;
  display: block;
  position: relative;
  transition: all 500ms ease;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-gongshang-2 .tit {
  font-size: 0.26rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-gongshang-2 .txt {
  color: #4a6280;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-gongshang-2 em {
  right: 0.2rem;
  bottom: 0;
  position: absolute;
  font-size: 0.96rem;
  line-height: 0.8rem;
  color: #fff;
  text-shadow: #eeeeee 1px 0 0, #eeeeee 0 1px 0, #eeeeee -1px 0 0, #eeeeee 0 -1px 0;
}
.inside-gongshang-2 .btnbox {
  margin-top: 0.35rem;
  display: inline-block;
  width: 1.2rem;
  position: relative;
}
.inside-gongshang-2 .btnbox span {
  color: #fff;
  z-index: 2;
  display: block;
  z-index: 3;
  position: relative;
  line-height: 0.32rem;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.34rem;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  background: linear-gradient(to right, #4b83fe, #6882f7);
}
.inside-gongshang-2 .btnbox:after {
  content: "";
  width: 98%;
  height: 100%;
  z-index: 1;
  right: -0.02rem;
  bottom: -0.02rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
}
.inside-gongshang-2 .left {
  width: 25.9%;
  background: #1f3d9f;
}
.inside-gongshang-2 .left .item {
  min-height: 100%;
}
.inside-gongshang-2 .left .btnbox {
  bottom: 0.3rem;
  position: absolute;
}
.inside-gongshang-2 .left em {
  color: #1f3d9f;
  opacity: 0.1;
  text-shadow: #eeeeee 1px 0 0, #eeeeee 0 1px 0, #eeeeee -1px 0 0, #eeeeee 0 -1px 0;
}
.inside-gongshang-2 .right {
  width: 75%;
  text-align: left;
}
.inside-gongshang-2 .right ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-gongshang-2 .right li:hover .tit {
  color: #1246a6;
}
.inside-gongshang-2 .right li {
  width: 50%;
}
.inside-gongshang-2 .right li .item {
  background: #fff;
  color: #4a6280;
}
.inside-gongshang-2 .right li .tit {
  color: #333;
}
.inside-gongshang-2 .right li em {
  right: 0.2rem;
  bottom: 0;
  position: absolute;
  font-size: 0.96rem;
  line-height: 0.8rem;
  color: #fff;
  text-shadow: #eeeeee 1px 0 0, #eeeeee 0 1px 0, #eeeeee -1px 0 0, #eeeeee 0 -1px 0;
}
@media (max-width: 1023px) {
  .inside-gongshang-2 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .inside-gongshang-2 .list {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-gongshang-2 .list {
    display: block;
  }
  .inside-gongshang-2 .left {
    width: 100%;
  }
  .inside-gongshang-2 .left .btnbox {
    bottom: auto;
    position: relative;
  }
  .inside-gongshang-2 .right {
    width: 100%;
  }
}
.inside-gongshang-3 {
  padding: 0rem 0 0.8rem 0;
  background: #f5f7f8;
}
.inside-gongshang-3 ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.03rem;
}
.inside-gongshang-3 li {
  padding: 0;
}
.inside-gongshang-3 li .item {
  border: 0;
  box-shadow: none;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.inside-gongshang-3 li .num {
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
  line-height: 0.58rem;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  padding-bottom: 0.15rem;
}
.inside-gongshang-3 li .num:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0.5rem;
  height: 0.05rem;
  background: #fff;
}
.inside-gongshang-3 li .txt {
  height: 0.48rem;
  line-height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .inside-gongshang-3 {
    padding-bottom: 20px;
  }
}
.inside-gongshang-4 {
  padding: 0rem 0 1rem 0;
  background: #f5f7f8;
}
.inside-gongshang-4 .index-title {
  margin-left: 0;
  padding-left: 0;
}
.inside-gongshang-4 .index-title:before {
  display: none;
}
@media (max-width: 1023px) {
  .inside-gongshang-4 {
    padding-bottom: 30px;
  }
}
.inside-bg {
  padding-bottom: 0.7rem;
  background: #f0f2f5;
}
.inside-bg .height {
  height: 0.2rem;
}
.inside-bg .inside-current {
  color: #888888;
  margin-top: 0;
}
.inside-bg .inside-current a {
  color: #888;
}
.inside-bg .inside-current a:hover {
  color: #1246a6;
}
@media (max-width: 1023px) {
  .inside-bg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.inside-gszr-1 {
  z-index: 2;
  margin-top: -0.26rem;
  position: relative;
}
.inside-gszr-1 .bg {
  padding: 0.3rem 0.6rem;
  background: linear-gradient(to bottom, #e0f4fe, #ffffff);
}
.inside-gszr-1 .title {
  line-height: 0.4rem;
  color: #1246a6;
  font-size: 0.27rem;
  font-weight: 700;
}
.inside-gszr-1 .title span {
  color: #facd52;
}
.inside-gszr-1 .title a {
  font-size: 0.18rem;
  color: #1a58a5;
  float: right;
  font-weight: 100;
}
.inside-gszr-1 .title a:hover {
  text-decoration: underline;
}
.inside-gszr-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
  margin-top: 0.3rem;
}
.inside-gszr-1 li {
  width: 20%;
  padding: 0 0.3rem;
}
.inside-gszr-1 .item {
  padding: 0.15rem;
  height: 0.74rem;
  overflow: hidden;
  background: #f2f3f3;
  position: relative;
  border-radius: 0.05rem;
}
.inside-gszr-1 .icon {
  top: 0.15rem;
  left: 0.15rem;
  position: absolute;
  width: 0.41rem;
  height: 0.41rem;
  background: #3e9ff8;
  border-radius: 100%;
}
.inside-gszr-1 .icon img {
  max-height: 0.4rem;
}
.inside-gszr-1 .text {
  padding-left: 0.55rem;
}
.inside-gszr-1 .tit {
  z-index: 3;
  font-size: 0.18rem;
  position: relative;
}
.inside-gszr-1 .txt {
  z-index: 3;
  position: relative;
  font-size: 12px;
  width: 110%;
  margin-top: -0.05rem;
  transform: scale(0.9) translateX(-0.07rem);
  font-weight: lighter;
  text-transform: uppercase;
}
.inside-gszr-1 em {
  right: 0;
  font-weight: 700;
  font-size: 0.54rem;
  color: #e6e6e6;
  bottom: -0.3rem;
  position: absolute;
  font-style: normal;
}
@media (max-width: 1023px) {
  .inside-gszr-1 {
    margin-top: 0;
  }
  .inside-gszr-1 .bg {
    padding: 20px;
  }
  .inside-gszr-1 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-gszr-1 .title a {
    font-size: 12px;
  }
  .inside-gszr-1 ul {
    margin: 0 -5px;
    margin-top: 20px;
  }
  .inside-gszr-1 li {
    padding: 5px;
    width: 33.333%;
  }
  .inside-gszr-1 .tit {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-gszr-1 li {
    width: 100%;
  }
  .inside-gszr-1 .txt {
    transform: scale(1) translate(0);
  }
}
.inside-gszr-2 {
  padding-top: 0.6rem;
}
.inside-gszr-2 li {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  padding: 0.3rem 0.5rem;
}
.inside-gszr-2 li:hover .tit .span1 {
  color: #1246a6;
  text-decoration: underline;
}
.inside-gszr-2 li:hover .btnbox span {
  background: linear-gradient(to right, #4b83fe, #4b83fe);
}
.inside-gszr-2 li:first-child {
  margin-top: 0;
}
.inside-gszr-2 .left {
  width: 70%;
}
.inside-gszr-2 .tit {
  line-height: 0.3rem;
  width: 100%;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-gszr-2 .tit span {
  vertical-align: top;
  display: inline-block;
}
.inside-gszr-2 .tit .span1 {
  color: #333;
  padding-right: 0.2rem;
  font-size: 0.24rem;
}
.inside-gszr-2 .tit .span2 {
  margin: 0 0.05rem;
  padding: 0 0.12rem;
  line-height: 0.29rem;
  border-radius: 0.03rem;
  background: #f7f8fa;
  font-size: 0.14rem;
}
.inside-gszr-2 .txt {
  color: #999;
  margin: 0 -0.15rem;
  font-size: 0.14rem;
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .inside-gszr-2 .txt {
    flex-wrap: wrap;
  }
}
.inside-gszr-2 .txt .tt1 {
  position: relative;
  padding: 0 0.15rem;
  width: 16.66666667%;
}
.inside-gszr-2 .txt .tt1:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  height: 0.36rem;
  background: #e3e3e3;
  transform: translateY(-50%);
}
.inside-gszr-2 .txt .tt1:first-child:before {
  display: none;
}
.inside-gszr-2 .txt .w1 {
  color: #555;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-gszr-2 .txt .w2 {
  line-height: 0.24rem;
  height: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-gszr-2 .right {
  width: 30%;
  font-size: 0.14rem;
  padding-left: 0.8rem;
}
.inside-gszr-2 .right a {
  display: flex;
  margin-top: 0.4rem;
}
.inside-gszr-2 .right .cheng {
  color: #f96818;
  font-size: 0.22rem;
}
.inside-gszr-2 .right .price {
  color: #999999;
}
.inside-gszr-2 .btnbox {
  margin-left: 0.25rem;
  display: inline-block;
  width: 1.8rem;
  position: relative;
}
.inside-gszr-2 .btnbox span {
  color: #fff;
  z-index: 2;
  display: block;
  z-index: 3;
  position: relative;
  line-height: 0.48rem;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.5rem;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  background: linear-gradient(to right, #4b83fe, #6882f7);
}
.inside-gszr-2 .btnbox img {
  margin: 0 0.05rem 0.04rem 0;
  vertical-align: middle;
  max-height: 0.34rem;
}
.inside-gszr-2 .btnbox:after {
  content: "";
  width: 98%;
  height: 100%;
  z-index: 1;
  right: -0.02rem;
  bottom: -0.02rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
}
@media (max-width: 1023px) {
  .inside-gszr-2 {
    padding-top: 30px;
  }
  .inside-gszr-2 li {
    padding: 20px;
    padding-bottom: 30px;
  }
  .inside-gszr-2 li .tit {
    height: 30px;
    line-height: 30px;
  }
  .inside-gszr-2 li .tit .span1 {
    font-size: 16px;
    padding-right: 15px;
  }
  .inside-gszr-2 li .tit .span2 {
    margin: 2px;
    font-size: 12px;
    line-height: 24px;
  }
  .inside-gszr-2 li .left {
    width: 100%;
  }
  .inside-gszr-2 li .right {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
  .inside-gszr-2 .txt {
    margin-top: 10px;
    font-size: 14px;
    margin: 0 -15px !important;
  }
  .inside-gszr-2 .txt .tt1 {
    margin-top: 10px;
    width: 33.333%!important;
    padding: 0 15px!important;
  }
  .inside-gszr-2 .txt .tt1:nth-child(4):before {
    display: none;
  }
  .inside-gszr-2 .btnbox span {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .inside-gszr-2 .btnbox img {
    max-height: 30px;
    margin: 0 5px 3px 0;
  }
}
.inside-gszr-2 .txt .tt1 {
  width: 18%;
  padding-left: 0.2rem;
}
.inside-gszr-2 .txt .tt1:first-child {
  text-align: left;
  width: 13%;
  padding-left: 0.15rem;
}
.inside-gszr-2 .txt .tt1:last-child {
  width: 32%;
  text-align: left;
}
.inside-honor-1 {
  padding: 0.7rem 0;
}
.inside-honor-1 .list {
  padding-top: 0.5rem;
}
.inside-honor-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
}
.inside-honor-1 li {
  display: flex;
  width: 33.333%;
  padding: 0.05rem;
}
.inside-honor-1 li .item {
  width: 100%;
  background: #fff;
  display: flex;
  min-height: 100%;
  padding: 0.35rem;
}
.inside-honor-1 li .text {
  width: 70%;
}
.inside-honor-1 li .icon {
  width: 30%;
  text-align: center;
}
.inside-honor-1 li .icon img {
  max-width: 1.3rem;
}
.inside-honor-1 li .tit {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-honor-1 li .txt {
  color: #848795;
  height: 0.48rem;
  overflow: hidden;
  margin: 0.05rem 0;
  line-height: 0.24rem;
}
.inside-honor-1 li .btn {
  color: #004098;
  background: #e0e8ff;
  line-height: 0.35rem;
  height: 0.37rem;
  width: 1.1rem;
  text-align: center;
  border-radius: 0.05rem;
  border: solid 1px #3e6df2;
  transition: all 500ms ease;
}
.inside-honor-1 li:hover .btn {
  color: #fff;
  background: #3e6df2;
}
.inside-honor-1 .tel {
  color: #004098;
  width: 100%;
  margin: 0 auto;
  font-size: 0.18rem;
  margin-top: 0.8rem;
  padding: 0.16rem;
  max-width: 4.7rem;
  background: #e0e8ff;
  text-align: center;
  border: solid 1px #3e6df2;
}
.inside-honor-1 .tel a {
  color: #fff;
  padding: 0 0.3rem;
  line-height: 0.44rem;
  margin-left: 0.4rem;
  display: inline-block;
  font-weight: 700;
  transition: all 334ms ease;
  background: linear-gradient(to right, #0f8dff, #096dff);
}
.inside-honor-1 .tel a:hover {
  background: linear-gradient(to right, #0f8dff, #0f8dff);
}
@media (max-width: 1023px) {
  .inside-honor-1 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .inside-honor-1 .list {
    padding-top: 30px;
  }
  .inside-honor-1 ul {
    margin: 0 -5px;
  }
  .inside-honor-1 li {
    padding: 5px;
    width: 50%;
  }
  .inside-honor-1 .tel {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-honor-1 li {
    width: 100%;
  }
}
.inside-honor-2 {
  padding-bottom: 0rem;
}
.inside-honor-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.38rem;
  padding-top: 0.26rem;
}
.inside-honor-2 li:hover .text {
  background: #fff;
}
.inside-honor-2 li {
  width: 25%;
  padding: 0 0.12rem;
  margin-top: 0.24rem;
}
.inside-honor-2 li .item {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.inside-honor-2 li .pic {
  position: relative;
}
.inside-honor-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 120.86330935%;
}
.inside-honor-2 li .text {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem 0.3rem;
  position: absolute;
  border: solid 1px #fff;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.7);
}
.inside-honor-2 li .tit {
  color: #232323;
  height: 0.6rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
}
.inside-honor-2 li .txt {
  font-size: 0.2rem;
  color: #e97211;
}
.inside-honor-2 li .txt span {
  float: right;
  color: #666;
  margin-top: 0.05rem;
  font-size: 0.12rem;
  padding: 0 0.05rem;
  line-height: 0.24rem;
  background: #fafbfd;
  display: inline-block;
}
.inside-honor-2 li .txt em {
  font-style: normal;
  font-size: 0.14rem;
}
@media (max-width: 1023px) {
  .inside-honor-2 li {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .inside-honor-2 ul {
    padding: 0;
    margin: 0 -5px;
    margin-top: 10px;
  }
  .inside-honor-2 li {
    padding: 5px;
  }
  .inside-honor-2 li .tit {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
  }
  .inside-honor-2 li .txt {
    margin-top: 10px;
    font-size: 16px;
  }
  .inside-honor-2 li .txt span {
    font-size: 12px;
    margin-top: 0px;
    padding: 0 5px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .inside-honor-2 li {
    width: 50%;
  }
}
.inside-message {
  background: #f0f2f5;
  padding: 0.7rem 0 1.4rem 0;
}
.inside-message .list {
  padding-top: 0.4rem;
}
.inside-message .li1,
.inside-message .li2,
.inside-message .li3,
.inside-message .li4 {
  line-height: 0.54rem;
  padding-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.inside-message .li1 p,
.inside-message .li2 p,
.inside-message .li3 p,
.inside-message .li4 p {
  width: 50%;
}
.inside-message .li1 input,
.inside-message .li2 input,
.inside-message .li3 input,
.inside-message .li4 input,
.inside-message .li1 textarea,
.inside-message .li2 textarea,
.inside-message .li3 textarea,
.inside-message .li4 textarea {
  width: 100%;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  padding: 0.15rem 0.2rem;
  height: 0.54rem;
  border: solid 1px #d4d4d4;
}
.inside-message .li1 input:focus,
.inside-message .li2 input:focus,
.inside-message .li3 input:focus,
.inside-message .li4 input:focus,
.inside-message .li1 textarea:focus,
.inside-message .li2 textarea:focus,
.inside-message .li3 textarea:focus,
.inside-message .li4 textarea:focus {
  border-color: #1246a6;
}
.inside-message .li1 label,
.inside-message .li2 label,
.inside-message .li3 label,
.inside-message .li4 label {
  width: 20%;
  color: #080d1b;
  display: block;
  float: left;
  vertical-align: top;
  font-size: 0.18rem;
  text-align: right;
}
.inside-message .li1 span,
.inside-message .li2 span,
.inside-message .li3 span,
.inside-message .li4 span {
  width: 80%;
  display: block;
  float: left;
}
.inside-message .li2 p {
  width: 100%;
}
.inside-message .li2 label {
  width: 10%;
}
.inside-message .li2 span {
  width: 90%;
}
.inside-message .li2 textarea {
  color: #666;
  padding: 0.15rem;
  height: 1.85rem;
}
.inside-message .li2 .tj,
.inside-message .li2 .qx {
  padding: 0;
  border: 0;
  margin-right: 0.1rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 1.33rem;
}
.inside-message .li2 .tj {
  color: #fff;
  background: #1a58a5;
}
.inside-message .li2 .tj:hover {
  background: #1246a6;
}
.inside-message .li3 p {
  width: 100%;
}
.inside-message .li3 span {
  width: 40%;
}
.inside-message .li3 label {
  width: 10%;
}
.inside-message .li3 .tigs {
  color: #999;
  padding-left: 0.15rem;
  font-size: 0.14rem;
}
.inside-message .li4 p {
  width: 100%;
}
.inside-message .li4 label {
  width: 10%;
}
.inside-message .li4 .tigs {
  color: #999;
  padding-left: 0rem;
  font-size: 0.14rem;
}
.inside-message .upload {
  margin-right: 0.15rem;
  display: flex;
  text-align: center;
  position: relative;
}
.inside-message .upload label {
  display: block;
  cursor: pointer;
  text-align: center;
  border: 1px #d7d8d8 solid;
  line-height: 120px;
  color: #e6e6e6;
  background: #ffffff;
  font-size: 0.6rem;
  font-weight: 500;
  border-radius: 0.1rem;
  width: 1.4rem;
  height: 1.37rem;
}
.inside-message .upload label:hover {
  background: rgba(0, 0, 0, 0.02);
}
.inside-message .upload input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  text-indent: -9999em;
}
.inside-message .upload .btn {
  background: #f29600;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 0 10px;
  display: block;
  position: absolute;
  width: 140px;
  line-height: 50px;
  height: 50px;
  right: 0;
  top: 0;
}
.inside-message .upload .btn:hover {
  background: #f45f1d;
}
@media (max-width: 1023px) {
  .inside-message {
    padding: 40px 0;
  }
  .inside-message .list {
    padding-top: 20px;
  }
  .inside-message li {
    line-height: 30px!important;
    padding-top: 0px!important;
    display: block;
  }
  .inside-message li p {
    margin-top: 15px!important;
    width: 100%!important;
  }
  .inside-message li input {
    font-size: 14px!important;
    height: 45px!important;
    line-height: 45px!important;
    padding: 0 15px!important;
  }
  .inside-message li label {
    font-size: 14px!important;
    width: 100%!important;
    text-align: left!important;
  }
  .inside-message li span {
    width: 100%!important;
  }
  .inside-message li textarea {
    padding: 15px!important;
    height: 120px!important;
    font-size: 14px!important;
  }
  .inside-message li .tigs {
    padding-left: 0!important;
    font-size: 14px!important;
  }
  .inside-message .upload {
    margin-right: 10px;
    width: 20%;
    margin-bottom: 10px;
  }
  .inside-message .upload label {
    line-height: 90px;
    height: 100px;
    text-align: center!important;
    font-size: 30px!important;
  }
}
.inside-txrz {
  background: #f7f7f7;
  padding: 0.8rem 0;
}
.inside-txrz ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
  margin-top: 0.5rem;
}
.inside-txrz li {
  padding: 0 0.05rem;
  width: 33.333%;
}
.inside-txrz li a {
  padding: 0.4rem;
  display: block;
  background: #fff;
  border-bottom: solid 0.07rem #4b83fe;
}
.inside-txrz .tit {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-txrz .txt {
  color: #848795;
  height: 0.48rem;
  overflow: hidden;
  margin-top: 0.2rem;
  line-height: 0.24rem;
}
.inside-txrz .btn {
  color: #004098;
  background: #e0e8ff;
  line-height: 0.35rem;
  height: 0.37rem;
  width: 1.1rem;
  text-align: center;
  border-radius: 0.05rem;
  border: solid 1px #3e6df2;
  transition: all 500ms ease;
  margin-top: 0.25rem;
}
.inside-txrz li:hover .btn {
  color: #fff;
  background: #3e6df2;
}
@media (max-width: 1023px) {
  .inside-txrz {
    padding: 30px 0;
  }
  .inside-txrz ul {
    margin: 0;
    margin-top: 30px;
  }
  .inside-txrz li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .inside-txrz li a {
    padding: 30px;
    border-bottom: 0;
  }
  .inside-txrz li:first-child {
    margin-top: 0;
  }
  .inside-txrz .tit {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .inside-txrz .txt {
    height: auto;
    line-height: 24px;
    margin-top: 10px;
  }
  .inside-txrz .btn {
    line-height: 35px;
    height: 37px;
    width: 110px;
    margin-top: 20px;
  }
}
.inside-txrz-2 {
  padding: 1rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-txrz-2 .inside-title .title {
  color: #fff;
  text-align: center;
}
.inside-txrz-2 .tu {
  margin-top: 0.5rem;
}
@media (max-width: 1023px) {
  .inside-txrz-2 {
    height: auto;
  }
}
.inside-txrz-3 {
  padding: 1rem 0;
  min-height: 8.03rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-txrz-3 .list {
  min-height: 4.96rem;
  position: relative;
  margin-top: 0.7rem;
}
.inside-txrz-3 .list:after {
  content: "";
  width: 90%;
  height: 1px;
  top: 50%;
  left: 10%;
  position: absolute;
  background: #ebebeb;
}
.inside-txrz-3 li {
  position: relative;
}
.inside-txrz-3 li .item {
  color: #fff;
  background: #4b83fe;
  padding: 0.3rem 0.2rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.inside-txrz-3 li .item:after {
  content: "";
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-top: solid 0.12rem #4b83fe;
  border-left: solid 0.12rem transparent;
  border-right: solid 0.12rem transparent;
}
.inside-txrz-3 li .tit {
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-txrz-3 li .txt {
  margin-top: 0.1rem;
}
.inside-txrz-3 li .num {
  z-index: 9;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  background: #4b83fe;
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 0.3rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.inside-txrz-3 .li1 {
  top: 0.45rem;
  width: 2.58rem;
  position: absolute;
}
.inside-txrz-3 .li2 {
  width: 3.1rem;
}
.inside-txrz-3 .li2 .num {
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.inside-txrz-3 .li2 .item {
  margin-top: 0.8rem;
}
.inside-txrz-3 .li2 .item:before {
  content: "";
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-bottom: solid 0.12rem #4b83fe;
  border-left: solid 0.12rem transparent;
  border-right: solid 0.12rem transparent;
  border-top: 0;
}
.inside-txrz-3 .li2 .item:after {
  display: none;
}
.inside-txrz-3 .li2 {
  top: 2.15rem;
  left: 15%;
  position: absolute;
}
.inside-txrz-3 .li3 {
  top: 0;
  left: 30%;
  width: 3.8rem;
  position: absolute;
}
.inside-txrz-3 .li4 {
  width: 2.5rem;
  top: 2.15rem;
  left: 54%;
  position: absolute;
}
.inside-txrz-3 .li4 .item {
  display: flex;
  align-items: center;
}
.inside-txrz-3 .li4 img {
  max-height: 0.8rem;
  margin-right: 0.2rem;
}
.inside-txrz-3 .li5 {
  left: 70%;
  top: 0.45rem;
  width: 3rem;
  position: absolute;
}
.inside-txrz-3 .li6 {
  top: 2.15rem;
  left: 90%;
  width: 2.2rem;
  position: absolute;
}
@media (max-width: 1023px) {
  .inside-txrz-3 {
    padding: 40px 0;
  }
  .inside-txrz-3 .list {
    margin-top: 20px;
  }
  .inside-txrz-3 .list:after {
    display: none!important;
  }
  .inside-txrz-3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .inside-txrz-3 li {
    border: solid 5px #fff;
    display: flex!important;
    float: left!important;
    width: 50%!important;
    left: auto!important;
    top: auto!important;
    position: relative!important;
  }
  .inside-txrz-3 li .num {
    display: none;
  }
  .inside-txrz-3 li .item {
    width: 100%;
    min-height: 100%;
    padding: 20px!important;
    margin-top: auto!important;
  }
  .inside-txrz-3 li .item:before,
  .inside-txrz-3 li .item:after {
    display: none;
  }
  .inside-txrz-3 li .tit {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inside-txrz-3 li {
    width: 100%!important;
  }
}
.inside-honor-3 {
  background: #fff;
}
.inside-honor-4 {
  display: flex;
  background: #fff;
  margin-top: 0.2rem;
}
.inside-honor-4 .left {
  padding: 0.4rem;
  width: 74%;
  padding-right: 0.6rem;
}
.inside-honor-4 .left h1 {
  color: #333;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.4rem;
}
.inside-honor-4 .left ul {
  display: flex;
  background: #f2f8fc;
  border: solid 1px #e4e4e4;
  border-radius: 0.05rem;
  margin-top: 0.3rem;
}
.inside-honor-4 .left li:first-child {
  border-left: 0;
}
.inside-honor-4 .left li {
  width: 18%;
  padding: 0.15rem;
  padding-left: 0.2rem;
  border-left: solid 1px #e4e4e4;
}
.inside-honor-4 .left li .t1 {
  color: #555;
  /*font-size: 0.18rem;*/
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-honor-4 .left li .t2 {
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  height: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-honor-4 .left li:last-child {
  width: 25%;
}
.inside-honor-4 .left .price {
  padding: 0.15rem 0;
  line-height: 0.32rem;
  border-bottom: solid 1px #e6ebf1;
}
.inside-honor-4 .left .price .tag {
  float: right;
  color: #999999;
  font-size: 0.14rem;
  padding-top: 0.1rem;
}
.inside-honor-4 .left .price .lanse {
  font-weight: 700;
  color: #1a58a5;
  font-size: 0.32rem;
}
.inside-honor-4 .left .price .lanse em {
  font-size: 0.22rem;
  font-style: normal;
}
.inside-honor-4 .left .tag-2 {
  color: #999999;
  margin-top: 0.2rem;
  font-size: 0.14rem;
}
.inside-honor-4 .left .btnbox {
  margin-top: 0.2rem;
  display: inline-block;
  width: 1.8rem;
  position: relative;
}
.inside-honor-4 .left .btnbox span {
  color: #fff;
  z-index: 2;
  display: block;
  z-index: 3;
  position: relative;
  line-height: 0.48rem;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.5rem;
  font-size: 0.18rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  transition: all 500ms ease;
  background: linear-gradient(to right, #4b83fe, #6882f7);
}
.inside-honor-4 .left .btnbox:after {
  content: "";
  width: 98%;
  height: 100%;
  z-index: 1;
  right: -0.02rem;
  bottom: -0.02rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
}
.inside-honor-4 .left .btnbox img {
  vertical-align: middle;
  max-height: 0.34rem;
  margin: 0 0.05rem 0.05rem 0;
}
.inside-honor-4 .left .btnbox:hover span {
  background: linear-gradient(to right, #4b83fe, #4b83fe);
}
.inside-honor-4 .right {
  width: 26%;
  border-left: solid 2px #1a58a5;
}
.inside-honor-4 .tabkf {
  display: flex;
  border-bottom: solid 1px #e6ebf1;
}
.inside-honor-4 .tabkf span {
  width: 50%;
  color: #666;
  cursor: pointer;
  text-align: center;
  line-height: 0.5rem;
  position: relative;
}
.inside-honor-4 .tabkf span:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  height: 0.02rem;
  background: #1a58a5;
  transition: all 700ms ease;
}
.inside-honor-4 .tabkf img {
  vertical-align: middle;
  max-height: 0.3rem;
  margin: 0 0.05rem 0.02rem 0;
}
.inside-honor-4 .tabkf .cur {
  color: #1a58a5;
  background: #e6ebf1;
}
.inside-honor-4 .tabkf .cur:after {
  opacity: 1;
}
.inside-honor-4 .tabbox {
  padding: 0.25rem;
}
.inside-honor-4 .tabbox .pic {
  margin: 0 auto;
  max-width: 1.6rem;
  position: relative;
}
.inside-honor-4 .tabbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-honor-4 .tabbox .tit {
  overflow: hidden;
  line-height: 0.4rem;
  height: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.inside-honor-4 .tabbox .txt {
  color: #999;
  font-size: 0.14rem;
  text-align: center;
}
.inside-honor-4 .tabbox .ico {
  text-align: center;
  color: #ff7800;
  font-size: 0.26rem;
}
.inside-honor-4 .tabbox .btn {
  text-align: center;
  margin-top: 0.1rem;
  position: relative;
}
.inside-honor-4 .wx:hover .wxhover {
  display: block;
}
.inside-honor-4 .wxhover {
  top: -1.3rem;
  left: 0.1rem;
  padding: 0.1rem;
  background: #fff;
  display: none;
  position: absolute;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.inside-honor-4 .wxhover img {
  max-height: 1.03rem;
}
.inside-honor-4 .tabbox .btn1,
.inside-honor-4 .tabbox .btn2 {
  color: #fff;
  height: 0.45rem;
  width: 1.3rem;
  line-height: 0.45rem;
  border-radius: 0.05rem;
  display: inline-block;
  transition: all 700ms ease;
}
.inside-honor-4 .tabbox .btn1 img,
.inside-honor-4 .tabbox .btn2 img {
  max-height: 0.2rem;
  vertical-align: middle;
  opacity: 0.8;
  margin: 0 0.05rem 0.03rem 0;
}
.inside-honor-4 .tabbox .btn1:hover,
.inside-honor-4 .tabbox .btn2:hover {
  opacity: 0.8;
}
.inside-honor-4 .tabbox .btn1 {
  background: #ff7800;
}
.inside-honor-4 .tabbox .btn2 {
  background: #3573ec;
}
.inside-honor-4 .tabcot {
  display: none;
}
@media (max-width: 1023px) {
  .inside-honor-4 {
    display: block;
    margin-top: 20px;
  }
  .inside-honor-4 .left,
  .inside-honor-4 .right {
    width: 100%;
    padding: 20px;
  }
  .inside-honor-4 .right {
    border-left: 0;
  }
  .inside-honor-4 .left h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-honor-4 .left ul {
    margin-top: 15px;
  }
  .inside-honor-4 .left li {
    padding: 10px;
  }
  .inside-honor-4 .left li .t1 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .inside-honor-4 .left li .t2 {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .inside-honor-4 .left .price {
    padding: 15px 0;
    line-height: 24px;
  }
  .inside-honor-4 .left .price .tag {
    font-size: 12px;
    padding-top: 0;
  }
  .inside-honor-4 .left .tag-2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-honor-4 .tabkf span {
    line-height: 40px;
  }
  .inside-honor-4 .tabbox {
    padding: 25px;
  }
  .inside-honor-4 .tabbox .pic {
    max-width: 200px;
  }
  .inside-honor-4 .tabbox .tit {
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .inside-honor-4 .tabbox .txt {
    font-size: 14px;
  }
  .inside-honor-4 .tabbox .ico {
    font-size: 18px;
  }
  .inside-honor-4 .tabbox .btn {
    margin-top: 10px;
  }
  .inside-honor-4 .tabbox .btn1,
  .inside-honor-4 .tabbox .btn2 {
    height: 40px;
    width: 110px;
    line-height: 40px;
  }
  .inside-honor-4 .tabbox .btn1 img,
  .inside-honor-4 .tabbox .btn2 img {
    max-height: 20px;
  }
}
@media (max-width: 480px) {
  .inside-honor-4 .left ul {
    flex-wrap: wrap;
  }
  .inside-honor-4 .left li {
    border: 0;
    width: 33.333%!important;
  }
}
.inside-honor-5 {
  margin-top: 0.2rem;
  background: #ffffff;
}
.inside-honor-5 .tablist ul {
  display: flex;
  border-bottom: solid 1px #e3e3e3;
}
.inside-honor-5 .tablist li {
  width: 15%;
  cursor: pointer;
  text-align: center;
  line-height: 0.56rem;
  border: solid 1px #e3e3e3;
  margin-left: -1px;
  border-bottom: 0;
  position: relative;
}
.inside-honor-5 .tablist li:after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  opacity: 0;
}
.inside-honor-5 .tablist .cur {
  color: #1246a6;
  font-weight: 700;
  border-top-width: 0.02rem;
  border-top-color: #1246a6;
}
.inside-honor-5 .tablist .cur:after {
  opacity: 1;
}
.inside-honor-5 .tablist .cur a {
  color: #1246a6;
}
.inside-honor-5 .tabbox {
  padding: 0 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}
.inside-honor-5 .tabnr {
  display: none;
}
.inside-honor-5 .table table,
.inside-honor-5 .table tr,
.inside-honor-5 .table td {
  color: #4a6280;
  border: solid 1px #dedede;
}
.inside-honor-5 .table td {
  padding: 0.15rem;
  padding-left: 0.7rem;
}
.inside-honor-5 .table tr:first-child {
  background: #f2f8fc;
}
@media (max-width: 1023px) {
  .inside-honor-5 .table {
    overflow-x: scroll;
  }
  .inside-honor-5 .table table {
    width: 12rem;
  }
}
.inside-honor-5 .f14 {
  color: #1a58a5;
  font-size: 0.14rem;
  margin-top: 0.3rem;
}
@media (max-width: 1023px) {
  .inside-honor-5 {
    margin-top: 20px;
  }
  .inside-honor-5 .tablist li {
    width: 20%;
    line-height: 40px;
  }
  .inside-honor-5 .f14 {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .inside-honor-5 .tablist ul {
    flex-wrap: wrap;
  }
  .inside-honor-5 .tablist li {
    border: 0;
    width: 33.333%;
  }
  .inside-honor-5 .tablist li:after {
    display: none!important;
  }
}
.inside-bt {
  color: #333333;
  font-size: 0.28rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #dedede;
  margin-bottom: 0.35rem;
}
@media (max-width: 1023px) {
  .inside-bt {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.inside-honor-6 {
  background: #fff;
  padding: 0.4rem;
  margin-top: 0.2rem;
  position: relative;
}
.inside-honor-6 .tabmenu {
  right: 0.4rem;
  top: 0.55rem;
  position: absolute;
}
.inside-honor-6 .tabmenu a {
  padding: 0 0.15rem;
  display: inline-block;
}
.inside-honor-6 .tabmenu .cur {
  color: #1246a6;
  font-weight: 700;
}
.inside-honor-6 .tabnr-2 {
  display: none;
  overflow: hidden;
}
.inside-honor-6 .tabnr-2 .left {
  width: 19.9%;
  float: left;
  height: 4.73rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-honor-6 .tabnr-2 .right {
  width: 80.1%;
  float: right;
  padding: 0.6rem;
  height: 4.73rem;
  overflow: auto;
  padding-left: 0.4rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-honor-6 .tabnr-2 .tit {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.inside-honor-6 .tabnr-2 .txt {
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.inside-honor-6 .tabnr-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-honor-6 .tabnr-2 li {
  width: 50%;
  margin-top: 0.5rem;
}
.inside-honor-6 .tabnr-2 li .item {
  position: relative;
}
.inside-honor-6 .tabnr-2 li .icon {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-honor-6 .tabnr-2 li .text {
  color: #666;
  padding-top: 5px;
  font-size: 0.14rem;
  padding-left: 0.8rem;
}
.inside-honor-6 .tabnr-2 li .t1 {
  color: #1a58a5;
  font-size: 0.18rem;
  font-weight: 700;
}
.inside-honor-6 .tabnr-2 li img {
  max-height: 0.64rem;
}
@media (max-width: 1023px) {
  .inside-honor-6 {
    padding: 20px;
  }
  .inside-honor-6 .tabmenu {
    top: auto;
    right: auto;
    margin: 20px 0;
    position: relative;
  }
  .inside-honor-6 .inside-bt {
    margin-bottom: 0;
  }
  .inside-honor-6 .tabnr-2 .left {
    display: none;
  }
  .inside-honor-6 .tabnr-2 .right {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .inside-honor-6 .tabnr-2 .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-honor-6 .tabnr-2 .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-honor-6 .tabnr-2 li {
    margin-top: 20px;
  }
  .inside-honor-6 .tabnr-2 li img {
    max-height: 64px;
  }
  .inside-honor-6 .tabnr-2 li .text {
    padding-left: 80px;
    font-size: 12px;
  }
  .inside-honor-6 .tabnr-2 li .t1 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-honor-6 .tabnr-2 .right {
    height: auto;
  }
  .inside-honor-6 .tabnr-2 li {
    min-height: 70px;
  }
  .inside-honor-6 .tabnr-2 li .icon {
    width: 64px;
    display: inline-block;
  }
  .inside-honor-6 .tabnr-2 li {
    width: 100%;
  }
}
.inside-honor-7 {
  background: #fff;
  padding: 0.4rem;
  padding-bottom: 0.6rem;
  margin-top: 0.2rem;
}
.inside-honor-7 .list {
  padding-bottom: 0.7rem;
}
.inside-honor-7 .list ul {
  display: flex;
  padding: 0 ;
  justify-content: center;
  padding-top: 0.2rem;
}
.inside-honor-7 .list li {
  width: 20%;
  text-align: center;
  position: relative;
}
.inside-honor-7 .list li:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.08rem;
  right: -0.14rem;
  position: absolute;
  background: url(../images/zz-img-15.png) no-repeat center center;
  background-size: cover;
}
.inside-honor-7 .list li:nth-child(2n) .item {
  background: url(../images/zz-img-16.png) no-repeat top center;
  background-size: contain;
}
.inside-honor-7 .list li:last-child:after {
  display: none;
}
.inside-honor-7 .list .item {
  color: #999;
  margin: 0 auto;
  width: 2.06rem;
  height: 2.06rem;
  padding: 0 0.3rem;
  padding-top: 0.4rem;
  font-size: 0.14rem;
  background: url(../images/zz-img-14.png) no-repeat top center;
  background-size: contain;
}
.inside-honor-7 .list .icon img {
  max-height: 0.6rem;
}
.inside-honor-7 .list .tit {
  color: #232323;
  font-size: 0.17rem;
  margin-top: 0.05rem;
}
.inside-honor-7 .list2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-honor-7 .list2 li {
  width: 20%;
  padding: 0 0.1rem;
}
.inside-honor-7 .list2 .item {
  color: #777;
  border-radius: 0.05rem;
  background: #f3f6fa;
  position: relative;
  padding: 0.2rem;
  padding-top: 0.3rem;
  min-height: 100%;
}
.inside-honor-7 .list2 .tit {
  color: #1a58a5;
  font-size: 0.18rem;
}
.inside-honor-7 .list2 .txt {
  margin-top: 0.1rem;
}
.inside-honor-7 .list2 .num {
  top: 0;
  right: 0;
  color: #fff;
  padding-left: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  position: absolute;
  width: 0.6rem;
  height: 0.51rem;
  background: url(../images/top-arrow.png) no-repeat top center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .inside-honor-7 {
    padding: 20px;
    margin-top: 20px;
  }
  .inside-honor-7 .list {
    overflow: hidden;
  }
  .inside-honor-7 .list ul {
    padding: 0;
    display: block;
    padding-top: 0px;
  }
  .inside-honor-7 .list li {
    width: 50%;
    float: left;
    margin-top: 20px;
  }
  .inside-honor-7 .list li:after {
    display: none;
  }
  .inside-honor-7 .list .item {
    margin: 0 auto;
    padding: 15px;
  }
  .inside-honor-7 .list .tit {
    font-size: 14px;
    margin-top: 5px;
  }
  .inside-honor-7 .list .txt {
    font-size: 12px;
  }
  .inside-honor-7 .list2 li {
    width: 50%;
    margin-bottom: 15px;
  }
  .inside-honor-7 .list2 .tit {
    font-size: 16px;
  }
  .inside-honor-7 .list2 .txt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-honor-7 .list2 li {
    width: 100%;
  }
}
.inside-honor-8 {
  background: #fff;
  padding: 0.4rem;
  margin-top: 0.2rem;
}
.inside-honor-8 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.08rem;
}
.inside-honor-8 li {
  width: 25%;
  padding: 0 0.08rem;
  padding-bottom: 0.18rem;
}
.inside-honor-8 li:hover .item {
  background: url(../images/zz-bg-2.png) no-repeat top center;
}
.inside-honor-8 li:hover .price {
  display: none;
}
.inside-honor-8 li:hover .btn {
  display: block;
}
.inside-honor-8 .item {
  border: solid 1px #e5e5e5;
  min-height: 2.63rem;
  transition: all 500ms ease;
  background: url(../images/zz-bg-1.png) no-repeat top center;
  background-size: cover;
}
.inside-honor-8 .tit {
  font-weight: 700;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  height: 0.69rem;
  line-height: 0.68rem;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-honor-8 .text {
  padding: 0.15rem 0.2rem;
}
.inside-honor-8 .tag {
  color: #2e4460;
  font-size: 0.14rem;
  margin: 0 -0.04rem;
  line-height: 0.29rem;
}
.inside-honor-8 .tag span {
  margin: 0.04rem;
  padding: 0 0.1rem;
  display: inline-block;
  border-radius: 0.05rem;
  background: #f6f8fa;
}
.inside-honor-8 .price {
  color: #f96818;
  font-weight: 700;
  font-size: 0.28rem;
  margin-top: 0.3rem;
}
.inside-honor-8 .price span {
  font-size: 0.16rem;
}
.inside-honor-8 .btn {
  display: none;
  border-radius: 0.02rem;
  margin-top: 0.3rem;
}
.inside-honor-8 .btn a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: 1.1rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.34rem;
  border-radius: 0.03rem;
}
.inside-honor-8 .btn1 {
  background: #1a58a5;
}
.inside-honor-8 .btn2 {
  background: #f96818;
}
@media (max-width: 1023px) {
  .inside-honor-8 {
    padding: 20px;
    margin-top: 20px;
  }
  .inside-honor-8 .inside-bt {
    margin-bottom: 15px;
  }
  .inside-honor-8 ul {
    margin: 0 -5px;
  }
  .inside-honor-8 li {
    width: 50%;
    padding: 0 5px;
    padding-top: 10px;
  }
  .inside-honor-8 .tit {
    font-size: 14px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
  }
  .inside-honor-8 .text {
    padding: 15px;
  }
  .inside-honor-8 .text span {
    margin: 4px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .inside-honor-8 li {
    width: 100%;
  }
  .inside-honor-8 .price {
    display: none;
  }
  .inside-honor-8 .btn {
    display: block;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  margin-left: 18px;
  padding-top: 26px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 18px;
  height: 1px;
  margin-bottom: 3px;
  position: relative;
  background: #666;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .navPhoneBtn {
    display: block;
  }
}
.navM {
  font-family: arial;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #f3f3f3;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1246a6;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 0 5px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 7px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #1246a6;
}
.tankuang-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.26);
}
.tankuang-1 .gb {
  right: -0.5rem;
  top: 0.63rem;
  position: absolute;
}
.tankuang-1 .box {
  min-height: 5.34rem;
  max-width: 5rem;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0.4rem;
  padding-top: 1.1rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate(-50%, -50%);
}
.tankuang-1 .tit {
  font-size: 0.36rem;
  color: #1d5fc6;
  line-height: 0.46rem;
  font-weight: 700;
  text-shadow: 2px 2px 2px #fff, 4px 4px 4px #fff;
}
.tankuang-1 .txt {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  color: #1d5fc6;
  font-weight: 700;
}
.tankuang-1 .tel {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.53rem;
  margin-top: 0.1rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 1px #325fc7;
}
.tankuang-1 .tel img {
  max-height: 0.54rem;
  margin-right: 0.1rem;
}
.tankuang-1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.03rem;
  padding-top: 20px;
}
.tankuang-1 li {
  width: 100%;
  position: relative;
  padding: 0.03rem;
}
.tankuang-1 li label {
  top: 0.15rem;
  left: 0.2rem;
  position: absolute;
  max-height: 0.2rem;
  line-height: 0.2rem;
}
.tankuang-1 li img {
  margin-top: 0.02rem;
  max-height: 0.2rem;
}
.tankuang-1 li i {
  font-family: arial;
  color: #f30;
  font-style: normal;
}
.tankuang-1 li:first-child .iinput {
  padding-left: 1rem;
}
.tankuang-1 .lianxi {
  width: 100%;
}
.tankuang-1 .lianxi .iinput {
  padding-left: 1.3rem;
}
.tankuang-1 .tigs {
  font-size: 0.14rem;
  text-align: center;
  color: #1a58a5;
  width: 100%;
}
.tankuang-1 .iinput,
.tankuang-1 select {
  width: 100%;
  color: #666;
  font-size: 0.14rem;
  font-family: "微软雅黑";
  background: rgba(255, 255, 255, 0.8);
  padding: 0.1rem 0.2rem;
  height: 0.46rem;
  padding-left: 1.3rem;
  transition: all 500ms ease;
  border: solid 1px #ececec;
}
.tankuang-1 .iinput:focus,
.tankuang-1 select:focus {
  border-color: #1a58a5;
}
.tankuang-1 select {
  color: #999;
  appearance: none;
  padding-left: 0.4rem;
  background: url(../images/gimg-3.jpg) no-repeat right 0.12rem #ffffff;
}
.tankuang-1 .ibutton {
  position: relative;
  padding-top: 0.12rem;
  width: 100%;
}
.tankuang-1 .ibutton input {
  width: 100%;
  color: #fff;
  z-index: 2;
  font-weight: 700;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.48rem;
  position: relative;
  font-size: 0.16rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  background: linear-gradient(to right, #4781f8, #195ef5);
}
.tankuang-1 .ibutton:after {
  content: "";
  width: 98%;
  height: 74%;
  right: 0.01rem;
  bottom: 0.01rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
}
@media (max-width: 640px) {
  .tankuang-1 li {
    width: 100%;
  }
  .tankuang-1 .iinput {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 110px!important;
  }
  .tankuang-1 li img {
    max-height: 20px;
    margin-top: -3px;
  }
  .tankuang-1 li label {
    top: 20px;
  }
  .tankuang-1 .gb {
    right: 10px;
    top: 0px;
  }
}
.tankuang-2 {
  bottom: 50%;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  animation: 1s fadeInUp2 ease;
}
.tankuang-2 .gb {
  right: -0.5rem;
  top: 0.05rem;
  z-index: 19;
  position: absolute;
}
.tankuang-2 .gb img {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  max-height: 0.28rem;
}
.tankuang-2 .box {
  min-height: 5.57rem;
  max-width: 5.47rem;
  min-height: 5rem;
  max-width: 5rem;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0.3rem;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate(-50%, -50%);
}
.tankuang-2 .t1 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #112b6a;
}
.tankuang-2 .t2 {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #333;
  margin-top: 0.15rem;
}
.tankuang-2 .t2 span {
  background-image: linear-gradient(to right, #6f87f7, #94c3fa, #7692f8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.tankuang-2 ul {
  padding: 0.15rem 0.05rem;
  border-radius: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  background: linear-gradient(to right, #eaf2fe, #c5e8fc);
}
.tankuang-2 li {
  width: 33.333%;
  padding: 0 0.1rem;
}
.tankuang-2 li .item {
  color: #666;
  font-size: 0.14rem;
  padding: 0.1rem 0.05rem;
  min-height: 1.38rem;
  background: url(../images/tk-5.png) repeat;
  background-size: cover;
  box-shadow: 0 0 0.1rem rgba(75, 120, 173, 0.3);
}
.tankuang-2 li .tit {
  font-weight: 700;
  font-size: 0.16rem;
  color: #2f3337;
}
.tankuang-2 .tel {
  padding-bottom: 0.1rem;
  margin-top: 0.2rem;
  line-height: 0.7rem;
}
.tankuang-2 .tel span img {
  margin-top: 0.1rem;
}
.tankuang-2 .ibutton {
  position: relative;
  padding-top: 0.12rem;
  width: 100%;
  padding-left: 0.4rem;
	padding-right: 0.4rem;
}
.tankuang-2 .ibutton input {
  width: 100%;
  color: #fff;
  z-index: 2;
  font-weight: 700;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.48rem;
  position: relative;
  font-size: 0.22rem;
  font-family: "微软雅黑";
  border: solid 1px #86b7fe;
  background: linear-gradient(to right, #4b83fe, #3770f8, #6782f7);
}
.tankuang-2 .ibutton:after {
  content: "";
  width: 98%;
  height: 74%;
  right: 0.01rem;
  bottom: 0.01rem;
  position: absolute;
  background: #537aef;
  border-radius: 0.05rem;
  display:none;
}
@media (max-width: 1023px) {
  .tankuang-2 {
    display: none;
  }
}
@media (max-width: 640px) {
  .tankuang-2 .gb {
    right: 10px;
    top: 0px;
  }
}
@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0px, -100px);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.tankuang-2 {
  position: fixed;
  /* animation: float 3s ease-in-out infinite; */
}
.float {
  position: fixed;
  top: 35%;
  right: 5px;
  z-index: 200;
}
.float ul #top {
  color: #fff;
  border-top: solid 1px #85a0d4;
}
.float ul #top img {
  margin-top: 3px;
}
.float ul li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.float ul li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.float ul li:last-child img {
  margin-top: 10px;
}
.float ul li {
  width: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
  position: relative;
  border-top: 0;
}
.float ul li:nth-child(4) {
  border-bottom: 0;
}
.float ul li a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-top: 7px;
  position: relative;
  border-bottom: solid 1px #85a0d4;
  background: linear-gradient(to right, #2756be, #003890);
}
.float ul li .pic {
  position: relative;
}
.float ul li .bt {
  color: #fff;
}
.float ul li .hoverwx {
  position: absolute;
  top: -60px;
  right: 0px;
  overflow: hidden;
  padding-right: 7px;
  transition: all .5s ease;
}
.float ul li .hoverwx span {
  color: #fff;
  padding-top: 5px;
  display: block;
}
.float ul li .arrbox {
  width: 0;
  display: block;
  padding: 16px;
  white-space: nowrap !important;
  border-radius: 10px;
  background: linear-gradient(to right, #073196, #128fd3);
}
.float ul li .arrbox:after {
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  position: absolute;
  border-left: solid 8px #128fd3;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.float ul li .hover {
  position: absolute;
  top: -60px;
  right: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
  padding: 16px;
  border-radius: 10px;
  transition: all .5s ease;
  background: linear-gradient(to right, #073196, #128fd3);
}
.float ul li .hover span {
  color: #fff;
  padding-top: 5px;
  display: block;
}
.float ul li .hover:after {
  content: "";
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  position: absolute;
  border-left: solid 8px #128fd3;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.float ul li .hover3 {
  top: 0;
  right: 0px;
  width: 0;
  height: 60px;
  z-index: -1;
  overflow: hidden;
  padding-left: 6px;
  background: #3360c8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.float ul li .hover3:after {
  display: none;
}
.float ul li .hover3 input {
  width: 100%;
  background: #fff;
  height: 46px;
  line-height: 46px;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
  font-family: "微软雅黑";
  border-radius: 5px;
  margin-top: -10px;
}
.float ul li .hover3 .anniu {
  right: 0;
  top: 6px;
  width: 88px;
  height: 46px;
  color: #fff;
  padding-top: 0;
  font-size: 16px;
  border-radius: 5px;
  line-height: 46px;
  position: absolute;
  background: #2eb5c1;
}
.float ul li .hover1 {
  position: absolute;
  top: 50%;
  right: -140px;
  width: -135px;
  font-size: 14px;
  border: 1px solid #1246a6;
  line-height: 58px;
  transform: translateY(-50%);
  background: #fff;
  transition: all 0.5s;
}
.float ul li .hover1 a {
  color: #232323;
}
.float ul li .hover2 {
  line-height: 20px;
  color: #fff;
  right: 0px;
  overflow: hidden;
  padding-right: 7px;
  position: absolute;
  border: 0;
  transition: all 500ms ease;
  background: transparent;
}
.float ul li .hover2 a {
  color: #fff;
}
.float ul li .hover2 .telbox {
  border-radius: 5px;
  background: #2f5dc6;
  
  width: 0px;
  white-space: nowrap !important;
  background: linear-gradient(to right, #013381, #2f5dc6);
}
.float ul li .hover2 .telbox:after {
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  position: absolute;
  border-left: solid 8px #2f5dc6;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.float ul li .hover2 .t1 {
  font-weight: 700;
padding: 10px 10px 0 10px;
}
.float ul li .hover2 .t2 {
  font-size: 12px;
}
.float ul li .hover2 .btn {
  margin: 0.1rem 0;
padding: 0 10px 10px 10px;
}
.float ul li .hover2 .btn a {
  line-height: 30px;
  padding-top: 0;
  display: inline-block;
  border: solid 1px #a8bbdc;
}
.float ul li:hover a {
  background: #1246a6;
  background: linear-gradient(35deg, #0269c8, #0236c6);
  background: #3360c8;
}
.float ul li:hover .bt {
  color: #fff;
}
.float ul li:hover .ic {
  opacity: 1;
}
.float ul li:hover .ih {
  opacity: 1;
}
.float ul li:hover .hover {
  display: block;
  right: 60px;
  z-index: -1;
}
.float ul li:hover .hoverwx {
  display: block;
  right: 60px;
  z-index: -1;
}
.float ul li:hover .hoverwx .arrbox {
  width: 135px;
}
.float ul li:hover .hover2 {
  display: block;
  right: 60px;
  z-index: -1;
}
.float ul li:hover .hover2 .telbox {
  width: 150px;
}
.float ul li:hover .hover3 {
  width: 317px;
  display: block;
  right: 60px;
  z-index: -1;
}
.float ul li:hover .hover1 {
  display: block;
}
@media (max-width: 1023px) {
  .float {
    display: none;
  }
}
.inside-contact {
  /* top: 50%; */
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 1!important;
  position: fixed;
  /* animation: fadeInDown2 2s ease-in-out infinite; */
}
.inside-contact .close {
  padding-left: 0.15rem;
}
.inside-contact .close img {
  display: none;
}
@media (max-width: 1023px) {
  .inside-contact {
    display: none;
  }
}
#top {
  display: none;
}
#top a {
  color: #fff;
}
.swtbox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  background: rgba(0, 0, 0, 0.26);
}
@media (max-width: 1200px) {
  .swtbox {
    display: none;
  }
}
.swtbox {
  display: none;
}
.swtbox .item {
  width: 100%;
  top: 50%;
  left: 50%;
  background: #f7f7f7;
  position: absolute;
  max-width: 10.8rem;
  transform: translate(-50%, -50%);
}
.swtbox .top {
  display: flex;
  color: #fff;
  padding: 0.15rem 0.4rem;
  justify-content: space-between;
  background: #6a8af7;
}
.swtbox .top .t1 img {
  max-height: 0.26rem;
  margin-right: 0.1rem;
}
.swtbox .top .t2 {
  cursor: pointer;
}
.swtbox .top .t2 img {
  margin-top: 0.05rem;
  margin-right: 0.06rem;
}
.swtbox .top .t3 img {
  max-height: 0.3rem;
}
.swtbox .middle {
  display: flex;
  justify-content: space-between;
}
.swtbox .leftbox {
  width: 90%;
  font-size: 0.14rem;
  line-height: 0.3rem;
  padding: 0.1rem;
}
.swtbox .leftbox .t1 {
  padding: 0 0.3rem;
  background: #ededed;
}
.swtbox .leftbox .t2 {
  margin-top: 0.1rem;
  padding: 0.1rem 0.3rem;
  background: #ededed;
}
.swtbox .leftbox .t3 {
  margin: 0.2rem 0;
}
.swtbox .leftbox .t4 {
  color: #000000;
  line-height: 24px;
  background: #fff;
  max-width: 3.6rem;
  width: 100%;
  padding: 0.2rem;
}
.swtbox .leftbox .t4 span {
  color: #d63131;
}
.swtbox .leftbox .t4 p {
  padding-bottom: 0.2rem;
}
.swtbox .right {
  z-index: 9;
  position: relative;
}
.swtbox .itextarea {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.swtbox .itextarea textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
  background: #ffffff;
  padding-right: 2rem;
  padding-bottom: 0.3rem;
}
.swtbox .btn {
  font-size: 14px;
  bottom: 0.15rem;
  right: 1.8rem;
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 0 0.1rem;
  height: 0.3rem;
  min-width: 0.8rem;
  border-radius: 0.05rem;
  background: #5ba4ed;
  line-height: 0.3rem;
}
.swtbox .btn a {
  color: #fff;
  display: block;
}
.xz-tankuang {
  display: none;
}
.xz-tankuang .tit {
  font-size: 32px;
  color: #fff;
  line-height: 46px;
  font-weight: 700;
}
.xz-tankuang .txt {
  margin-top: 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.xz-tankuang .tel {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.53rem;
  margin-top: 0.1rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 1px #325fc7;
}
.xz-tankuang .tel img {
  max-height: 54px;
  margin-right: 10px;
}
.xz-tankuang ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
  padding-top: 20px;
}
.xz-tankuang li {
  width: 100%;
  position: relative;
  padding: 3px;
}
.xz-tankuang li label {
  top: 15px;
  left: 20px;
  position: absolute;
  max-height: 20px;
  line-height: 20px;
}
.xz-tankuang li img {
  margin-top: 2px;
  max-height: 20px;
}
.xz-tankuang li i {
  font-family: arial;
  color: #f30;
  font-style: normal;
}
.xz-tankuang li:first-child .iinput {
  padding-left: 1rem;
}
.xz-tankuang .lianxi {
  width: 100%;
}
.xz-tankuang .lianxi .iinput {
  padding-left: 13px;
}
.xz-tankuang .tigs {
  font-size: 0.14rem;
  text-align: center;
  color: #1a58a5;
  width: 100%;
}
.xz-tankuang .iinput {
  width: 100%;
  color: #666;
  font-size: 0.14rem;
  font-family: "微软雅黑";
  background: rgba(255, 255, 255, 0.8);
  padding: 0.1rem 0.2rem;
  height: 0.46rem;
  padding-left: 1.3rem;
  transition: all 500ms ease;
  border: solid 1px #ececec;
}
.xz-tankuang .iinput:focus {
  border-color: #ececec;
}
.xz-tankuang .ibutton {
  position: relative;
  padding-top: 12px;
  width: 100%;
}
.xz-tankuang .ibutton input {
  width: 100%;
  color: #fff;
  z-index: 2;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  position: relative;
  font-size: 16px;
  font-family: "微软雅黑";
  border: none;
  background: #195ef5;
}
@media (max-width: 640px) {
  .xz-tankuang li {
    width: 100%;
  }
  .xz-tankuang .iinput {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 110px!important;
  }
  .xz-tankuang li img {
    max-height: 20px;
    margin-top: -3px;
  }
  .xz-tankuang li label {
    top: 20px;
  }
  .xz-tankuang .gb {
    right: 10px;
    top: 0px;
  }
  .xz-search {
    display: none;
  }
  .xz-tankuang {
    display: block;
  }
}
.index-ad .mess .scroll2 {
  width: 50%;
  float: left;
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.headerbox {
  width: 100%;
  z-index: 999;
  position: relative;
  top: 0;
  left: 0;
}
.headerbox1 {
  position: fixed;
}
.headerbox .topheader {
  background: #fff;
}
.headroom--top {
  transform: translateY(0) !important;
}
.slideDown .topheader {
  position: relative;
  margin-top: -0.61rem;
}
.headroom--not-top.slideUp {
  overflow: hidden;
  transform: translateY(-100%) !important;
}
.adhide {
  position: relative;
}
.index-xzdw {
  clear: both;
  opacity: 1;
  position: relative !important;
}
.bg {
  padding-top: 0;
}
.adRelative {
  position: relative;
  top: 0;
  left: 0;
}
.xz-bd {
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  position: relative;
  padding: 0 0.4rem;
}
.xz-bd ul {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
}
.xz-bd li {
  padding: 0;
  width: 100%;
  margin-top: 0.1rem;
}
.xz-bd .iinput{
  background: #fff;
}
.xz-bd select {
  padding-left: 1.3rem;
}
.xz-bd li label {
  top: 0.12rem;
}
@media (max-width: 1023px) {
  .bg {
    margin-top: 50px;
  }
}

.online-style{
	top:75%!important;
}

.xz-bd select{
		 	  		padding-left:0.2rem;
		 	  		text-indent:1.2rem;
		 	  	    padding:10px;

		 	  	}
		 	  	.xz-bd select.ioption{
		 	  	 	text-align:left!important;
		 	  	 	padding-left:0!important;
		 	  	 	position: absolute;
		 	  	 	width:100%;
		 	  	 	padding-left:0!important;
		 	  	 }
		 	  	 
		 	  	 @-moz-document url-prefix(){ .xz-bd select{
		 	  	 	text-indent:0.6rem;
		 	  	 	
		 	  	 }} 